Uses of Interface
org.jcsp.util.filter.FilteredSharedChannelInput
Packages that use FilteredSharedChannelInput
Package
Description
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
-
Uses of FilteredSharedChannelInput in org.jcsp.util.filter
Classes in org.jcsp.util.filter that implement FilteredSharedChannelInputModifier and TypeClassDescriptionclass
This is wrapper for aSharedChannelInput
that adds read filtering.Fields in org.jcsp.util.filter declared as FilteredSharedChannelInputModifier and TypeFieldDescriptionprivate FilteredSharedChannelInput
FilteredAny2AnyChannelImpl.in
The input end of the channel.private FilteredSharedChannelInput
FilteredOne2AnyChannelImpl.in
The filtered input end of the channel.Methods in org.jcsp.util.filter that return FilteredSharedChannelInputModifier and TypeMethodDescriptionstatic FilteredSharedChannelInput
FilteredChannelEnd.createFiltered
(SharedChannelInput in) Creates a new filtered input channel end around an existing input channel end that can be shared by multiple processes.FilteredChannelEndFactory.createFiltered
(SharedChannelInput in) Creates a new filtered channel input end around an existing channel end.