Click or drag to resize
NodeState Constructor
Distributed Algorithm Simulator
Initializes a new instance of NodeState class.

Namespace: WrapperClasses
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public 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