2020-04-13 19:51:12 +01:00
|
|
|
@startuml
|
2022-03-09 00:10:22 +00:00
|
|
|
skinparam {
|
2020-04-13 19:51:12 +01:00
|
|
|
RoundCorner 8
|
|
|
|
StateBorderColor #Black
|
|
|
|
StateBackgroundColor #LightSteelBlue
|
|
|
|
}
|
|
|
|
|
2022-03-09 00:10:22 +00:00
|
|
|
Definition: Session XML
|
2020-04-13 19:51:12 +01:00
|
|
|
Definition: GUI Drawing
|
|
|
|
Definition: Scripts
|
|
|
|
|
|
|
|
Configuration: Configure Hooks
|
|
|
|
Configuration: Configure Services
|
|
|
|
Configuration: Configure WLAN / Mobility
|
|
|
|
Configuration: Configure EMANE
|
|
|
|
|
|
|
|
Instantiation: Create Nodes
|
|
|
|
Instantiation: Create Interfaces
|
|
|
|
Instantiation: Create Bridges
|
|
|
|
Instantiation: Start Services
|
|
|
|
|
|
|
|
Runtime: Interactive Shells
|
|
|
|
Runtime: Traffic Scripts
|
|
|
|
Runtime: Mobility
|
|
|
|
Runtime: Widgets
|
|
|
|
|
|
|
|
Datacollect: Collect Files
|
|
|
|
Datacollect: Other Results
|
|
|
|
|
|
|
|
Shutdown: Shutdown Services
|
|
|
|
Shutdown: Destroy Brdges
|
|
|
|
Shutdown: Destroy Interfaces
|
|
|
|
Shutdown: Destroy Nodes
|
|
|
|
|
|
|
|
Definition -> Configuration
|
|
|
|
Configuration -> Instantiation
|
|
|
|
Instantiation -> Runtime
|
|
|
|
Runtime -> Datacollect
|
|
|
|
Datacollect -> Shutdown
|
2022-03-09 00:10:22 +00:00
|
|
|
@enduml
|