Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IActors.cs
2{
6 public interface IActors : ISimulationNode
7 {
13 }
14}
Abstract base class for actors
Definition: Actor.cs:15
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
Definition: IActor.cs:11
Interface for collections of actors.
Definition: IActors.cs:7
void Register(IActor Actor)
Registers an actor with the collection of actors.