Click or drag to resize
VisualSimulatorDrawNodes Method
Distributed Algorithm Simulator
Draws nodes in the ring.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void DrawNodes(
	bool isNavigate
)

Parameters

isNavigate
Type: SystemBoolean
: navigation through history, : real-time execution.
See Also