org.jmol.script
Class ParallelProcessor.Process

java.lang.Object
  extended by 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.


Field Summary
(package private)  ScriptContext context
           
(package private)  String processName
           
 
Constructor Summary
ParallelProcessor.Process(String name, ScriptContext context)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processName

String processName

context

ScriptContext context
Constructor Detail

ParallelProcessor.Process

ParallelProcessor.Process(String name,
                          ScriptContext context)