Handles an incoming event raised from an external source
Basic interface for simulator nodes with child nodes.
Interface for external events.
Interface for nodes that can register external events.
void AnnotateActorUseCaseUml(StreamWriter Output, string Id)
Allows the actor to add notes related to the actor in use case diagrams.
bool TryGetExternalEvent(string Name, out IExternalEvent ExternalEvent)
Tries to get an external event, given its name.
void Register(IExternalEvent ExternalEvent)
Registers an external event on the actor.
string Id
ID of collection node.