Click or drag to resize
NodeState Class
Distributed Algorithm Simulator
Represents a state of variables of a node during the execution of the algorithm.
Inheritance Hierarchy
SystemObject
  WrapperClassesNodeState

Namespace: WrapperClasses
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class NodeState

The NodeState type exposes the following members.

Constructors
  NameDescription
Public methodNodeState
Initializes a new instance of NodeState class.
Top
Properties
  NameDescription
Public propertyCcwId
LinkID of the counter-clockwise neighbor.
Public propertyCwId
LinkID of the clockwise neighbor.
Public propertyItemList
List of variables.
Public propertyLinkId
The ID used to create the network. Different from node IDs.
Top
Methods
  NameDescription
Public methodAddItem
Adds an item to the Item List.
Top
See Also