|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmol.script.ParallelProcessor.Process
static class ParallelProcessor.Process
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) java.lang.String |
processName
|
Constructor Summary | |
---|---|
ParallelProcessor.Process(java.lang.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 |
---|
java.lang.String processName
ScriptContext context
Constructor Detail |
---|
ParallelProcessor.Process(java.lang.String name, ScriptContext context)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |