Click or drag to resize
History Class
Distributed Algorithm Simulator
Keeps a record of state of all the varialbes of the algorithm. One History object refers to one step in the execution of the algorithm.
Inheritance Hierarchy
SystemObject
  DistributedAlgorithmSimulatorHistory

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class History

The History type exposes the following members.

Constructors
  NameDescription
Public methodHistory
Initializes an instance of the History class.
Top
Properties
  NameDescription
Public propertyRoundNum
Round number in the execution.
Public propertyRoundSteps
Step number in the current round of execution.
Public propertyStateList
List of NodeState objects representing the current step.
Public propertyTotalSteps
Step number in the overall execution.
Top
See Also