Click or drag to resize
Node Class
Distributed Algorithm Simulator
Node super class. Used in the SimulatorMain. Each algorithm's libraries will derive from this to implement the node.
Inheritance Hierarchy

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

The Node type exposes the following members.

Properties
  NameDescription
Public propertyCcwNeighbor
LinkID of the counter-clockwise neighbor.
Public propertyCwNeighbor
LinkID of the clockwise neighbor.
Public propertyLinkId
The ID used to create the network. Different from node IDs.
Public propertyRcvdMsg
Received message at each step.
Public propertySentMsg
Sent message at the end of each step.
Public propertyUID
Node IDs of nodes.
Top
Methods
  NameDescription
Public methodTimeTick
Actions performed at each time step. This is the coded Actions Table.
Top
See Also