| Package | Description |
|---|---|
| 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.event |
Elements for single script events.
|
| Modifier and Type | Method and Description |
|---|---|
Script_Variable |
Script_Model.getVariable(java.lang.String variableName)
Get the model variable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Script_Model.addVariable(Script_Variable theVariable)
Add a variable to the model.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<Script_Variable> |
Script_Event.varMap
List of variable names to map to instances in the method.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Script_Variable> |
Script_Event.getVariables()
Retrieve the list of sub-events of this event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Script_Event.addVariable(Script_Variable var)
Add a variable mapping.
|