64 protected override string EndpointType =>
"urn:xmpp:alt-connections:websocket";
Root node of a simulation model
string InstanceId
ID of actor instance.
int InstanceIndex
Actor instance index.
Abstract base class for XMPP actors with custom endpoint.
Abstract base class for XMPP actors.
XMPP Actor connecting to the XMPP network using web-sockets.
override string EndpointType
Type of XRD link representing endpoint.
XmppActorWebSocket(ISimulationNode Parent, Model Model, int InstanceIndex, string InstanceId)
XMPP Actor connecting to the XMPP network using web-sockets.
XmppActorWebSocket(ISimulationNode Parent, Model Model)
XMPP Actor connecting to the XMPP network using web-sockets.
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 XmppActor CreateInstanceObject(int InstanceIndex, string InstanceId)
Creates an instance object of the XMPP actor, and initializes it.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
ISimulationNode Parent
Parent node in the simulation model.