Uses of Class
org.jcsp.lang.Parallel
-
Packages that use Parallel Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP.org.jcsp.plugNplay This provides an assortment of plug-and-play CSP components to wire together (with Object-carrying wires) and reuse.org.jcsp.plugNplay.ints This provides an assortment of plug-and-play CSP components to wire together (with int-carrying wires) and reuse. -
-
Uses of Parallel in org.jcsp.lang
Subclasses of Parallel in org.jcsp.lang Modifier and Type Class Description class
PriParallel
This is an extension of theParallel
class that prioritises the processes given to its control. -
Uses of Parallel in org.jcsp.plugNplay
Fields in org.jcsp.plugNplay declared as Parallel Modifier and Type Field Description private Parallel
DynamicDelta. par
-
Uses of Parallel in org.jcsp.plugNplay.ints
Fields in org.jcsp.plugNplay.ints declared as Parallel Modifier and Type Field Description private Parallel
DynamicDeltaInt. par
-