abstreet/mdbook-plantuml-img/53092604-fcee-464e-986c-bc53e5764306.puml
2020-08-23 21:32:20 +00:00

29 lines
445 B
Plaintext

@startuml
[*] --> FromBuilding
FromBuilding --> Walk1
Walk1 --> ToParkedCar
ToParkedCar --> Drive
Drive --> ToBorder
Drive --> ParkSomewhere
ParkSomewhere --> Walk2
Walk2 --> ToBuilding
Walk1 --> ToBike
ToBike --> Bike
Bike --> ToBorder
Bike --> ParkSomewhere
Walk1 --> ToBusStop1
ToBusStop1 --> WaitForBus
WaitForBus --> RideBus
RideBus --> ToBorder
RideBus --> ToBusStop2
ToBusStop2 --> Walk2
ToBuilding --> [*]
ToBorder --> [*]
@enduml