Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISimulationNodeChildren.cs
1using System;
2
3namespace TAG.Simulator
4{
9 {
14 {
15 get;
16 }
17 }
18}
Basic interface for simulator nodes with child nodes.
ISimulationNode[] Children
Child nodes.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...