Distributed Algorithm Simulator
Initializes a new instance of the
LCRNode class.
Namespace: DistributedAlgorithmsAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic LCRNode(
int lid,
int cw,
int ccw
)
Parameters
- lid
- Type: SystemInt32
Link ID. - cw
- Type: SystemInt32
Clockwise neighbor ID. - ccw
- Type: SystemInt32
Counter-clockwise neighbor ID.
See Also