Root node of a simulation model
Container for distributions.
override ISimulationNode Create(ISimulationNode Parent, Model Model)
Creates a new instance of the node.
Distributions(ISimulationNode Parent, Model Model)
Container for distributions.
override string LocalName
Local name of XML element defining contents of class.
Abstract base class for simulation nodes with children
ISimulationNode Parent
Parent node in the simulation model.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...