org.jmol.script
Class ParallelProcessor.Process
java.lang.Object
org.jmol.script.ParallelProcessor.Process
- Enclosing class:
- ParallelProcessor
static class ParallelProcessor.Process
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processName
String processName
context
ScriptContext context
ParallelProcessor.Process
ParallelProcessor.Process(String name,
ScriptContext context)