Scenario::TimenodeGraphConnectedComponent Struct Reference
A directed graph of all the TimeSyncs in a ScenarioInterface. More...
Detailed Description
A directed graph of all the TimeSyncs in a ScenarioInterface.
The vertices are the TimeSyncs, the edges are the IntervalModels. The graph is built upon construction.
Public Member Functions | |
bool | isMain (const Scenario::ProcessModel &) const |
Public Attributes | |
std::vector< const Scenario::TimeSyncModel * > | syncs |
std::vector< const Scenario::IntervalModel * > | intervals |
The documentation for this struct was generated from the following files:
- score-plugin-scenario/Scenario/Document/Graph.hpp
- score-plugin-scenario/Scenario/Document/Graph.cpp