Uses of Interface
org.jcsp.lang.ChannelInternals
Packages that use ChannelInternals
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
-
Uses of ChannelInternals in org.jcsp.lang
Classes in org.jcsp.lang that implement ChannelInternalsModifier and TypeClassDescription(package private) class
This implements an any-to-any object channel, safe for use by many writers and many readers.(package private) class
Any2AnyImpl<T>
(package private) class
This implements an any-to-one object channel, safe for use by many writers and one reader.(package private) class
Any2OneImpl<T>
(package private) class
This implements an any-to-any object channel with user-definable buffering, safe for use by many writers and many readers.(package private) class
This implements an any-to-one object channel with user-definable buffering, safe for use by many writers and one reader.(package private) class
This implements an any-to-any object channel with user-definable buffering, safe for use by many writers and many readers.(package private) class
This implements a one-to-one object channel with user-definable buffering.(package private) class
This implements a one-to-any object channel, safe for use by one writer and many readers.(package private) class
One2AnyImpl<T>
(package private) class
This implements a one-to-one object channel.(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
This implements a one-to-one object channel with user-definable buffering.(package private) class
(package private) class
This implements a one-to-one object channel.Fields in org.jcsp.lang declared as ChannelInternalsModifier and TypeFieldDescriptionprivate ChannelInternals
<T> AltingChannelInputImpl.channel
private ChannelInternals
<T> Any2AnyImpl.channel
private ChannelInternals
<T> Any2OneImpl.channel
private ChannelInternals
<T> ChannelInputImpl.channel
private ChannelInternals
<T> ChannelOutputImpl.channel
private ChannelInternals
<T> One2AnyImpl.channel
private ChannelInternals
RejectableAltingChannelInputImpl.channel
private ChannelInternals
<T> SharedChannelInputImpl.channel
private ChannelInternals
<T> SharedChannelOutputImpl.channel
Constructors in org.jcsp.lang with parameters of type ChannelInternalsModifierConstructorDescription(package private)
AltingChannelInputImpl
(ChannelInternals<T> _channel, int _immunity) (package private)
Any2AnyImpl
(ChannelInternals<T> _channel) (package private)
Any2OneImpl
(ChannelInternals<T> _channel) (package private)
ChannelInputImpl
(ChannelInternals _channel, int _immunity) (package private)
ChannelOutputImpl
(ChannelInternals _channel, int _immunity) (package private)
One2AnyImpl
(ChannelInternals<T> _channel) (package private)
RejectableAltingChannelInputImpl
(ChannelInternals _channel, int _immunity) RejectableChannelInputImpl
(ChannelInternals _channel, int _immunity) RejectableChannelOutputImpl
(ChannelInternals _channel, int _immunity) (package private)
SharedChannelInputImpl
(ChannelInternals<T> _channel, int _immunity) (package private)
SharedChannelOutputImpl
(ChannelInternals<T> _channel, int _immunity)