Click or drag to resize
DistributedAlgorithms Namespace
Distributed Algorithm Simulator
This namespace includes the distributed leader election algorithms in ring networks that are used in this simulator.
Classes
  ClassDescription
Public classLCRMsg
Message prototype for messages used in LCR algorithm.
Public classLCRNode
Contains LCR Algorithm actions.
Public classLCRUtility
A utility class that performs actions such as initializations and error checks. It acts as an interface to the main application which obtains the status of the algorithm at each step.
Public classUniqueKMsg
Message prototype for messages used in UniqueK algorithm.
Public classUniqueKNode
Contains UniqueK Algorithm actions.
Public classUniqueKUtility
A utility class that performs actions such as initializations and error checks. It acts as an interface to the main application which obtains the status of the algorithm at each step.