FAQ
1. Tools
2. Relationship in UML
@startuml
classA ..|> protocol_B : Realization
classC --|> classD : Inheritance
classE ..> classF : Dependency
classG --> classH : Association
classI .. classJ : Link(Dashed)
classK -- classL : Link(Solid)
classM --* classN : Composition
classO --o classP : Aggregation
@enduml3. How to integrate UML diagrams into GitLab or GitHub
3.1. Option 1: Using mermaid
mermaid3.2. Option 2: Using PlantUML Proxy Server
Last updated