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