TextualSimulator Class |
Namespace: DistributedAlgorithmSimulator
public class TextualSimulator : Form
The TextualSimulator type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | TextualSimulator | |
![]() | TextualSimulator |
Initializes an instance of the TextualSimulator class.
|
Name | Description | |
---|---|---|
![]() | btnExit_Click |
Exits the Textual Simulation window.
|
![]() | btnResetTextSim_Click |
Resets the execution.
|
![]() | btnRunTextSim_Click |
Run the execution.
|
![]() | btnSaveTextSim_Click |
Saves execution results to a file.
|
![]() | InitializeComponent |
Required method for Designer support - do not modify
the contents of this method with the code editor.
|
![]() | numUpDownSpeed_ValueChanged |
Change the execution speed based on NumericUpDown control value.
|
![]() | Reset |
Resets all varibles to initial state.
|
![]() | TimerCallback |
Performs one step of the execution of the algorith.
Called from the Timer, at each time tick.
|
![]() | ToggleRunPause |
Toggles Run/Pause button.
|