Uses of Class
org.jcsp.lang.Barrier
-
Packages that use Barrier Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP.org.jcsp.net2 -
-
Uses of Barrier in org.jcsp.lang
Fields in org.jcsp.lang declared as Barrier Modifier and Type Field Description private Barrier
Parallel. barrier
Used to synchronise the termination of processes in each run of Parallelprivate Barrier
ParThread. barrier
the barrier at the end of a PARprivate Barrier
ParThread. park
parking barrier for this threadMethods in org.jcsp.lang with parameters of type Barrier Modifier and Type Method Description void
ParThread. reset(CSProcess process, Barrier barrier)
reset the ParThread.Constructors in org.jcsp.lang with parameters of type Barrier Constructor Description ParThread(CSProcess process, Barrier barrier)
Construct a new ParThread. -
Uses of Barrier in org.jcsp.net2
Subclasses of Barrier in org.jcsp.net2 Modifier and Type Class Description class
NetBarrier
This class is a networked implementation of the standard JCSP Barrier.
-