Distributed Algorithm Simulator
Initializes a new instance of
NodeState class.
Namespace: WrapperClassesAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic NodeState(
int lid,
int cw,
int ccw
)
Parameters
- lid
- Type: SystemInt32
LinkID. - cw
- Type: SystemInt32
LinkID of clockwise neighbor. - ccw
- Type: SystemInt32
LinkID of counter-clockwise neighbor.
See Also