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