WrapperClasses Namespace |
Class | Description | |
---|---|---|
![]() | Message |
MESSAGE super class. Used in the SimulatorMain.
Each algorithm will derive from this to define its own message.
|
![]() | Node |
Node super class. Used in the SimulatorMain.
Each algorithm's libraries will derive from this to implement the node.
|
![]() | NodeState |
Represents a state of variables of a node during the execution of the algorithm.
|
![]() | Utility |
Common Utility class.
Classes of different algorithms must override these and perform appropriate changes.
|
Structure | Description | |
---|---|---|
![]() | NodeStateItem |
Represents a variable of a node.
|