Uses of Interface
org.jcsp.util.filter.FilteredOne2AnyChannel
-
Packages that use FilteredOne2AnyChannel 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 FilteredOne2AnyChannel in org.jcsp.util.filter
Classes in org.jcsp.util.filter that implement FilteredOne2AnyChannel Modifier and Type Class Description (package private) class
FilteredOne2AnyChannelImpl
Implements anOne2Any
channel that supports filtering at each end.Methods in org.jcsp.util.filter that return FilteredOne2AnyChannel Modifier and Type Method Description static FilteredOne2AnyChannel
FilteredChannel. createOne2Any()
Creates a new One2Any filtered channel.static FilteredOne2AnyChannel[]
FilteredChannel. createOne2Any(int n)
Constructs and returns an array ofOne2AnyChannel
objects.static FilteredOne2AnyChannel
FilteredChannel. createOne2Any(ChannelDataStore buffer)
Creates a new One2Any filtered channel with a given buffering behaviour.static FilteredOne2AnyChannel[]
FilteredChannel. createOne2Any(ChannelDataStore buffer, int n)
Constructs and returns an array ofOne2AnyChannel
objects with a given buffer.
-