Uses of Interface
org.jcsp.util.filter.FilteredAny2OneChannel
-
Packages that use FilteredAny2OneChannel 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 FilteredAny2OneChannel in org.jcsp.net
Fields in org.jcsp.net declared as FilteredAny2OneChannel Modifier and Type Field Description protected FilteredAny2OneChannel
Link. txChannel
The channel used for TX over the link. -
Uses of FilteredAny2OneChannel in org.jcsp.util.filter
Methods in org.jcsp.util.filter that return FilteredAny2OneChannel Modifier and Type Method Description static FilteredAny2OneChannel
FilteredChannel. createAny2One()
Creates a new Any2One filtered channel.static FilteredAny2OneChannel[]
FilteredChannel. createAny2One(int n)
Constructs and returns an array ofAny2OneChannel
objects.static FilteredAny2OneChannel
FilteredChannel. createAny2One(ChannelDataStore buffer)
Creates a new Any2One filtered channel with a given buffering behaviour.static FilteredAny2OneChannel[]
FilteredChannel. createAny2One(ChannelDataStore buffer, int n)
Constructs and returns an array ofAny2OneChannel
objects with a given buffer.
-