Groovy Documentation

gpars.csp
Class PAR

java.lang.Object
  org.jcsp.lang.Parallel
      gpars.csp.PAR

class PAR
extends org.jcsp.lang.Parallel

PAR is used to create a Parallel object

Company: Napier University

author:
Jon Kerridge, Ken Barclay, John Savage
version:
1.0
version:
1.1 modified to compile under groovy jsr03


Constructor Summary
PAR(def processList)

PAR extends the 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

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

PAR

public PAR(def processList)
PAR extends the 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


PAR

public PAR()


 

Groovy Documentation