| Package | Description |
|---|---|
| org.dcs.query_process |
Factory classes and execution engine for the BPEL-style auto script.
|
| org.dcs.query_process.model |
The non-event script elements that must be used to build the script, with
Script_Model
as the base container. |
| org.dcs.query_process.model.activity |
The process structures that define the script flow.
|
| org.dcs.query_process.model.data |
Data structures, including some variable-creation structures, new to
licas. |
| org.dcs.query_process.model.event |
Elements for single script events.
|
| org.dcs.query_process.model.link |
| Modifier and Type | Method and Description |
|---|---|
Script_Event |
Script_Engine.nextProcessStep()
Get the next set of possible process steps from the current position.
|
Script_Event |
Script_Engine.nextProcessStep(boolean pop)
Get the next set of possible process steps from the current position.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Script_Otherwise
This class stores information on a default action of a switch statement.
|
class |
Script_Wait
This class pauses the currently running thread for a specified amount of time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Script_Auto
This is a base class for retrieving information from a stored list, such as from
a message queue.
|
class |
Script_Case
This class stores information on a case condition of a switch statement.
|
class |
Script_Flow
This class stores information on a flow statement, which should contain a number of
Script_Event statements as sub-events. |
class |
Script_Parallel
This class stores information on an event parallel statement.
|
class |
Script_Pick
This class stores information on a pick statement, which should contain a number of
Script_Event statements as sub-events. |
class |
Script_Sequence
This class stores information on an event sequence statement.
|
class |
Script_Switch
This class stores information on a switch statement, which should contain a number of
Script_Case statements as sub-events. |
class |
Script_WhileLoop
This class stores information on a while loop.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Script_Receive
This class stores information on a method description, where the script method is to
invoke a behaviour using a message retrieved the auto engine queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Script_Execute
This class is for a specific or self-contained type of element that is invoked through
the
execute method. |
class |
Script_Invoke
This class stores information on a event invoke statement.
|
class |
Script_Link
This class stores information on a event invoke statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Script_Target
This class defines a script target link.
|