| 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.data |
Data structures, including some variable-creation structures, new to
licas. |
| Modifier and Type | Method and Description |
|---|---|
Script_VariableInstance |
Script_Model.getVariableInstance(java.lang.String variableName)
Get the model variable instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Script_Model.addVariableInstance(Script_VariableInstance theVariableInstance)
Add a variable instance to the model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Script_VarMap
This class stores information on a set of variable values stored as key-value pairs.
|