Uses of Class
edu.uiuc.ncsa.qdl.scripting.QDLScript
-
Packages that use QDLScript Package Description edu.uiuc.ncsa.qdl.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.edu.uiuc.ncsa.qdl.scripting This directory is concerned with scripts for use on a server, not general QDL scripts.edu.uiuc.ncsa.qdl.state Classes that manage the state of an interpreter session. -
-
Uses of QDLScript in edu.uiuc.ncsa.qdl.evaluate
Methods in edu.uiuc.ncsa.qdl.evaluate that return QDLScript Modifier and Type Method Description static QDLScript
SystemEvaluator. resolveScript(String name, List<String> paths, State state)
This will use the path information and try to resolve the script based on that. -
Uses of QDLScript in edu.uiuc.ncsa.qdl.scripting
Methods in edu.uiuc.ncsa.qdl.scripting that return QDLScript Modifier and Type Method Description protected static QDLScript
AnotherJSONUtil. createScript(net.sf.json.JSONObject jsonObject)
Create an individual script.static QDLScript
Scripts. fromJSON(net.sf.json.JSONObject rawJSON)
Methods in edu.uiuc.ncsa.qdl.scripting that return types with arguments of type QDLScript Modifier and Type Method Description static edu.uiuc.ncsa.security.util.scripting.ScriptSet<QDLScript>
AnotherJSONUtil. createScripts(net.sf.json.JSON topNode)
Create all the scripts for this configuration.Methods in edu.uiuc.ncsa.qdl.scripting with parameters of type QDLScript Modifier and Type Method Description static net.sf.json.JSONObject
JSONScriptUtil. addScript(net.sf.json.JSONObject scripts, QDLScript script)
Add a singleQDLScript
to the set of JSON object of scripts.static net.sf.json.JSONObject
Scripts. toJSON(QDLScript script)
-
Uses of QDLScript in edu.uiuc.ncsa.qdl.state
Methods in edu.uiuc.ncsa.qdl.state that return QDLScript Modifier and Type Method Description QDLScript
State. getScriptFromVFS(String fqName)
Convenience to get a script from the VFS.Constructors in edu.uiuc.ncsa.qdl.state with parameters of type QDLScript Constructor Description QDLThread(State qdlState, QDLScript qdlScript, int pid)
-