| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
Script_Method
This class stores information on a reflection-based method description.
|
| Modifier and Type | Method and Description |
|---|---|
Script_Reflection |
Script_Model.getReflection(java.lang.String variableName)
Get the model reflection instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Script_Model.addReflection(Script_Reflection theReflection)
Add a reflection instance to the model.
|