Package org.jmol.script
Class ScriptProcess
- java.lang.Object
-
- org.jmol.script.ScriptProcess
-
class ScriptProcess extends java.lang.Object
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 Modifier and Type Field Description (package private) ScriptContext
context
(package private) java.lang.String
processName
-
Constructor Summary
Constructors Constructor Description ScriptProcess(java.lang.String name, ScriptContext context)
-
-
-
Field Detail
-
processName
java.lang.String processName
-
context
ScriptContext context
-
-
Constructor Detail
-
ScriptProcess
ScriptProcess(java.lang.String name, ScriptContext context)
-
-