1using System.Collections.Generic;
10 private readonly List<IActor> actors =
new List<IActor>();
44 this.actors.Add(
Actor);
Root node of a simulation model
Abstract base class for actors
void Register(IActor Actor)
Registers an actor with the collection of actors.
Actors(ISimulationNode Parent, Model Model)
Container for actors.
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.
Abstract base class for simulation nodes with children
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
ISimulationNode Parent
Parent node in the simulation model.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
Interface for collections of actors.