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

Constructor Index

 o PriParallel()
Construct a new PriParallel construct without any processes.
 o PriParallel(CSProcess[])
Construct a new PriParallel construct with the CSProcess's specified.

Constructors

 o PriParallel
 public PriParallel()
Construct a new PriParallel construct without any processes.

 o 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