Click or drag to resize
HistoryStateList Property
Distributed Algorithm Simulator
List of NodeState objects representing the current step.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<NodeState> StateList { get; set; }

Property Value

Type: ListNodeState
See Also