Root node of a simulation model
void RegisterCustomExecutionTimesGraph(string Id, IGraph Graph)
Registers a custom execution times graph
bool TryGetExecutionTimesGraph(string For, out IGraph Graph)
Tries to get a registered executuion times graph from the model.
Combines execution time graphs
override IGraph GetGraph(string Reference)
Gets a graph from its reference.
CombinedExecutionTimeGraph(ISimulationNode Parent, Model Model)
Combines execution time graphs
override string LocalName
Local name of XML element defining contents of class.
override ISimulationNode Create(ISimulationNode Parent, Model Model)
Creates a new instance of the node.
override void Register(ISource Source)
Registers a source.
Abstract base class for combined graphs
Abstract base class for graph nodes
string Reference
Reference
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
ISimulationNode Parent
Parent node in the simulation model.
Interface for graph nodes