Uses of Class
org.jcsp.util.filter.FilteredAltingChannelInput
-
Packages that use FilteredAltingChannelInput Package Description org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. -
-
Uses of FilteredAltingChannelInput in org.jcsp.util.filter
Fields in org.jcsp.util.filter declared as FilteredAltingChannelInput Modifier and Type Field Description private FilteredAltingChannelInput
FilteredAny2OneChannelImpl. in
The input end of the channel.private FilteredAltingChannelInput
FilteredOne2OneChannelImpl. in
The filtered input end of the channel.Methods in org.jcsp.util.filter that return FilteredAltingChannelInput Modifier and Type Method Description static FilteredAltingChannelInput
FilteredChannelEnd. createFiltered(AltingChannelInput in)
Creates a new filtered input channel end around an existing input channel end.FilteredAltingChannelInput
FilteredChannelEndFactory. createFiltered(AltingChannelInput in)
Creates a new filtered channel input end around an existing channel end.
-