Click or drag to resize
TextualSimulator Methods
Distributed Algorithm Simulator
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