|
Class Summary |
| ActionNode |
The class representing an action in the MoDeST code. |
| Alternative |
Class representing an alternative in the step simulation tree. |
| AltNode |
Class representing an alt statement in the step simulation tree. |
| BreakNode |
Class representing a break statement in a do loop. |
| DoNode |
Class representing an do loop statement in the step simulation tree. |
| PaltNode |
Class representing a palt statement. |
| PaltTransition |
This class represents a PaltTransition which is taken
after the action guarding the palt was taken. |
| ParNode |
Class representing a par statement in the step simulation tree. |
| ParTransition |
Class representing a set of parallel transitions. |
| SequentialProcess |
Class representing a sequential process in the step simulation tree. |
| SimulationAction |
TextEditorAction in the Action bar that starts the
simulatin in the SimulationView. |
| SimulationContentProvider |
Content provider for the step simulation. |
| SimulationLabelProvider |
Label provider for the step simulation. |
| SimulationNode |
This is a generic node in the stepsimulation tree. |
| SimulationRoot |
Transition class between the simulatin model
and the simulation framework like the view and the action. |
| SimulationThread |
Thread for the step simulation, in order to stay non blocking. |
| SimulationView |
View class where the available transitions of the step simulation are displayed. |
| ThrowNode |
Calss representing a throw statement in the simulation tree. |
| TryNode |
Class representing a try block with it's catch statements. |