Uses of Interface
org.jcsp.util.filter.FilteredSharedChannelOutput
-
Packages that use FilteredSharedChannelOutput 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 FilteredSharedChannelOutput in org.jcsp.util.filter
Classes in org.jcsp.util.filter that implement FilteredSharedChannelOutput Modifier and Type Class Description classFilteredSharedChannelOutputWrapperThis is wrapper for aSharedChannelOutputthat adds write filtering.Fields in org.jcsp.util.filter declared as FilteredSharedChannelOutput Modifier and Type Field Description private FilteredSharedChannelOutputFilteredAny2AnyChannelImpl. outThe output end of the channel.private FilteredSharedChannelOutputFilteredAny2OneChannelImpl. outThe output end of the channel.Methods in org.jcsp.util.filter that return FilteredSharedChannelOutput Modifier and Type Method Description static FilteredSharedChannelOutputFilteredChannelEnd. createFiltered(SharedChannelOutput out)Creates a new filtered output channel end around an existing output channel end that can be shared by multiple processes.FilteredSharedChannelOutputFilteredChannelEndFactory. createFiltered(SharedChannelOutput out)Creates a new filtered channel output end around an existing channel end.
-