Click or drag to resize
TextualSimulator Class
Distributed Algorithm Simulator
Textual Simulator window.
Inheritance Hierarchy

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

The TextualSimulator type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberTextualSimulator
Public methodTextualSimulator
Initializes an instance of the TextualSimulator class.
Top
Methods
  NameDescription
Private methodbtnExit_Click
Exits the Textual Simulation window.
Private methodbtnResetTextSim_Click
Resets the execution.
Private methodbtnRunTextSim_Click
Run the execution.
Private methodbtnSaveTextSim_Click
Saves execution results to a file.
Private methodInitializeComponent
Required method for Designer support - do not modify the contents of this method with the code editor.
Private methodnumUpDownSpeed_ValueChanged
Change the execution speed based on NumericUpDown control value.
Private methodReset
Resets all varibles to initial state.
Private methodTimerCallback
Performs one step of the execution of the algorith. Called from the Timer, at each time tick.
Private methodToggleRunPause
Toggles Run/Pause button.
Top
See Also