Uses of Interface
org.jcsp.util.filter.FilteredAny2AnyChannel
-
Packages that use FilteredAny2AnyChannel 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 FilteredAny2AnyChannel in org.jcsp.util.filter
Classes in org.jcsp.util.filter that implement FilteredAny2AnyChannel Modifier and Type Class Description (package private) class
FilteredAny2AnyChannelImpl
This wraps up an Any2AnyChannel object so that its input and output ends are separate objects.Methods in org.jcsp.util.filter that return FilteredAny2AnyChannel Modifier and Type Method Description static FilteredAny2AnyChannel
FilteredChannel. createAny2Any()
Creates a new Any2Any filtered channel.static FilteredAny2AnyChannel[]
FilteredChannel. createAny2Any(int n)
Constructs and returns an array ofAny2AnyChannel
objects.static FilteredAny2AnyChannel
FilteredChannel. createAny2Any(ChannelDataStore buffer)
Creates a new Any2Any filtered channel with a given buffering behaviour.static FilteredAny2AnyChannel[]
FilteredChannel. createAny2Any(ChannelDataStore buffer, int n)
Constructs and returns an array ofAny2AnyChannel
objects with a given buffer.
-