mirror of
https://github.com/a-b-street/abstreet.git
synced 2025-01-06 05:44:46 +03:00
29 lines
445 B
Plaintext
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
|