Uses of Interface
org.jcsp.lang.RejectableChannel
-
Packages that use RejectableChannel Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. -
-
Uses of RejectableChannel in org.jcsp.lang
Classes in org.jcsp.lang that implement RejectableChannel Modifier and Type Class Description class
RejectableBufferedOne2AnyChannel
Deprecated.This channel is superceded by the poison mechanisms, please seePoisonException
class
RejectableBufferedOne2OneChannel
Deprecated.This channel is superceded by the poison mechanisms, please seePoisonException
class
RejectableOne2AnyChannel
Deprecated.This channel is superceded by the poison mechanisms, please seePoisonException
.class
RejectableOne2OneChannel
Deprecated.This channel is superceded by the poison mechanisms, please seePoisonException
.
-