Uses of Class
org.jcsp.lang.AltingChannelInputWrapper
Packages that use AltingChannelInputWrapper
Package
Description
This is main package for JCSP.NET.
Supports dynamic operations over the JCSP.NET infrastructure.
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
-
Uses of AltingChannelInputWrapper in org.jcsp.net
Subclasses of AltingChannelInputWrapper in org.jcsp.netModifier and TypeClassDescription(package private) class
A channel for network input (RX).class
An abstract class that is sub-classed by classes whose instances should be networked channel ends that can be used as an
objects.AltingChannelInput
-
Uses of AltingChannelInputWrapper in org.jcsp.net.dynamic
Subclasses of AltingChannelInputWrapper in org.jcsp.net.dynamicModifier and TypeClassDescriptionclass
A migratable input channel end that can be used as a guard within anAlternative
.(package private) class
Implements a migratable input channel end that can be used in anAlternative
. -
Uses of AltingChannelInputWrapper in org.jcsp.net2
Subclasses of AltingChannelInputWrapper in org.jcsp.net2Modifier and TypeClassDescription(package private) final class
A concrete implementation of a NetAltingChannelInput.class
A NetChannelInput that may be used as a guard. -
Uses of AltingChannelInputWrapper in org.jcsp.util.filter
Subclasses of AltingChannelInputWrapper in org.jcsp.util.filterModifier and TypeClassDescriptionclass
Implements anAltingChannelInput
channel end that also supports read filters.