See: Description
| Class | Description |
|---|---|
| Script_Auto |
This is a base class for retrieving information from a stored list, such as from
a message queue.
|
| Script_Case |
This class stores information on a case condition of a switch statement.
|
| Script_Flow |
This class stores information on a flow statement, which should contain a number of
Script_Event statements as sub-events. |
| Script_Parallel |
This class stores information on an event parallel statement.
|
| Script_Pick |
This class stores information on a pick statement, which should contain a number of
Script_Event statements as sub-events. |
| Script_Sequence |
This class stores information on an event sequence statement.
|
| Script_Switch |
This class stores information on a switch statement, which should contain a number of
Script_Case statements as sub-events. |
| Script_SwitchFalse |
This class extends the
Script_Switch to be specifically for false case results only. |
| Script_SwitchTrue |
This class extends the
Script_Switch to be specifically for true case results only. |
| Script_WhileLoop |
This class stores information on a while loop.
|