org.codehaus.gpars

groovyx.gpars.csp
[Groovy] Class PAR

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

@groovy.transform.CompileStatic(value = TypeCheckingMode.PASS)
class PAR
extends Parallel

PAR is used to create a Parallel object

Company: Napier University

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


Constructor Summary
PAR(java.lang.Object 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()

 

Constructor Detail

PAR

PAR(java.lang.Object 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

PAR()


 

Copyright © 2008–2013 Václav Pech. All Rights Reserved.