|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.jcsp.lang.Parallel
gpars.csp.PAR
class PAR extends org.jcsp.lang.Parallel
PAR is used to create a Parallel object
Company: Napier University
| Constructor Summary | |
PAR(def processList)
PAR extends the |
|
PAR()
|
|
| Method Summary |
|---|
| Methods inherited from class org.jcsp.lang.Parallel | |
|---|---|
| run, destroy, resetDestroy, addProcess, addProcess, insertProcessAt, removeProcess, removeAllProcesses, releaseAllThreads, getNumberProcesses, setUncaughtExceptionDisplay, setUncaughtErrorDisplay, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public PAR(def processList)
Parallel class of JCSP
PAR takes a list of processes as its constructor parameter
and converts them to an array of CSProcess
as required by Parallel
public PAR()
Groovy Documentation