Root node of a simulation model
bool TryGetExecutionsGraph(string For, out IGraph Graph)
Tries to get a registered executuions graph from the model.
void RegisterCustomExecutionsGraph(string Id, IGraph Graph)
Registers a custom executions graph
Combines execution count graphs
override void Register(ISource Source)
Registers a source.
override string LocalName
Local name of XML element defining contents of class.
CombinedExecutionsGraph(ISimulationNode Parent, Model Model)
Combines execution count graphs
override IGraph GetGraph(string Reference)
Gets a graph from its reference.
override ISimulationNode Create(ISimulationNode Parent, Model Model)
Creates a new instance of the node.
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