Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IExternalEventsNode.cs
1using System.IO;
2
4{
9 {
13 string Id
14 {
15 get;
16 }
17
23
31
37 void AnnotateActorUseCaseUml(StreamWriter Output, string Id);
38 }
39}
Handles an incoming event raised from an external source
Basic interface for simulator nodes with child nodes.
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.