Uses of Class
org.jcsp.lang.AltingBarrierBase
-
Packages that use AltingBarrierBase Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. -
-
Uses of AltingBarrierBase in org.jcsp.lang
Fields in org.jcsp.lang declared as AltingBarrierBase Modifier and Type Field Description (package private) AltingBarrierBase
AltingBarrier. base
This references the barrier on which this is enrolled.Constructors in org.jcsp.lang with parameters of type AltingBarrierBase Constructor Description AltingBarrier(AltingBarrierBase base, AltingBarrier next)
Package-only constructor (used byAltingBarrierBase
).
-