Uses of Interface
org.jcsp.util.filter.FilteredOne2OneChannel
-
Packages that use FilteredOne2OneChannel Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. -
-
Uses of FilteredOne2OneChannel in org.jcsp.net
Fields in org.jcsp.net declared as FilteredOne2OneChannel Modifier and Type Field Description private FilteredOne2OneChannel
LoopbackLink. loopBack
-
Uses of FilteredOne2OneChannel in org.jcsp.util.filter
Classes in org.jcsp.util.filter that implement FilteredOne2OneChannel Modifier and Type Class Description (package private) class
FilteredOne2OneChannelImpl
Implements aOne2One
channel that supports filtering at each end.Methods in org.jcsp.util.filter that return FilteredOne2OneChannel Modifier and Type Method Description static FilteredOne2OneChannel
FilteredChannel. createOne2One()
Creates a new One2One filtered channel.static FilteredOne2OneChannel[]
FilteredChannel. createOne2One(int n)
Constructs and returns an array ofOne2OneChannel
objects.static FilteredOne2OneChannel
FilteredChannel. createOne2One(ChannelDataStore buffer)
Creates a new One2One filtered channel with a given buffering behaviour.static FilteredOne2OneChannel[]
FilteredChannel. createOne2One(ChannelDataStore buffer, int n)
Constructs and returns an array ofOne2OneChannel
objects using a given buffer.
-