Root node of a simulation model
string InstanceId
ID of actor instance.
int InstanceIndex
Actor instance index.
Abstract base class for XMPP actors.
XMPP Actor connecting to the XMPP network using traditional TCP (c2s).
XmppActorTcp(ISimulationNode Parent, Model Model)
XMPP Actor connecting to the XMPP network using traditional TCP (c2s).
XmppActorTcp(ISimulationNode Parent, Model Model, int InstanceIndex, string InstanceId)
XMPP Actor connecting to the XMPP network using traditional TCP (c2s).
override XmppActor CreateInstanceObject(int InstanceIndex, string InstanceId)
Creates an instance object of the XMPP actor, and initializes it.
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.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
ISimulationNode Parent
Parent node in the simulation model.