Node Class |
Namespace: WrapperClasses
[SerializableAttribute] public abstract class Node
The Node type exposes the following members.
Name | Description | |
---|---|---|
![]() | CcwNeighbor |
LinkID of the counter-clockwise neighbor.
|
![]() | CwNeighbor |
LinkID of the clockwise neighbor.
|
![]() | LinkId |
The ID used to create the network. Different from node IDs.
|
![]() | RcvdMsg |
Received message at each step.
|
![]() | SentMsg |
Sent message at the end of each step.
|
![]() | UID |
Node IDs of nodes.
|