dai0304 / pegmatite

Google Chrome extension that replace PlantUML code blocks into preview images.
Apache License 2.0
121 stars 50 forks source link

test #32

Closed dai0304 closed 4 years ago

dai0304 commented 4 years ago
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml
dai0304 commented 4 years ago
@startuml
Class01 "1" *-- "many" Class02 : contains
Class03 o-- Class04 : aggregation
Class05 --> "1" Class06
@enduml
dai0304 commented 4 years ago
@startuml
class Car

Driver - Car : drives >
Car *- Wheel : have 4 >
Car -- Person : < owns

@enduml
dai0304 commented 4 years ago
@startuml

(First usecase)
(Another usecase) as (UC2)
usecase UC3
usecase (Last\nusecase) as UC4

@enduml