Package org.jmol.script
Class ScriptProcess
java.lang.Object
org.jmol.script.ScriptProcess
the idea here is that the process { ... } command would collect and
preprocess the scripts, then pass them here for storage until the end of
the parallel block is reached.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
processName
String processName -
context
ScriptContext context
-
-
Constructor Details
-
ScriptProcess
ScriptProcess(String name, ScriptContext context)
-