| Package | Description |
|---|---|
| org.dcs.query_process |
Factory classes and execution engine for the BPEL-style auto script.
|
| Modifier and Type | Method and Description |
|---|---|
static Script_Element |
Script_Factory.createNewElement(java.lang.String scriptType,
java.lang.String elemID)
Create a new element of the specified type.
|
static Script_Element |
Script_Factory.createNewElement(java.lang.String scriptType,
java.lang.String elemID,
java.lang.String internalID,
Script_Element addTo)
Create a new element of the specified type.
|
static Script_Element |
Script_Factory.elementFromScript(org.licas_xml.abs.Element scriptXml,
Script_Element addTo)
Create a new element based on the xml description.
|