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