All Packages Class Hierarchy This Package Previous Next Index
Class jcsp.lang.PriParallel
java.lang.Object
|
+----jcsp.lang.Parallel
|
+----jcsp.lang.PriParallel
- public class PriParallel
- extends Parallel
An extension of the Parallel class that gives the processes at the
begining of the process list a higher priority.
- Author:
- P.D.Austin
-
PriParallel()
- Construct a new PriParallel construct without any processes.
-
PriParallel(CSProcess[])
- Construct a new PriParallel construct with the CSProcess's specified.
PriParallel
public PriParallel()
- Construct a new PriParallel construct without any processes.
PriParallel
public PriParallel(CSProcess processes[])
- Construct a new PriParallel construct with the CSProcess's specified. that
- Parameters:
- processes - The processes to be executed in parallel
All Packages Class Hierarchy This Package Previous Next Index