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