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 FilteredAny2OneChannelLink. txChannelThe 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 FilteredAny2OneChannelFilteredChannel. createAny2One()Creates a new Any2One filtered channel.static FilteredAny2OneChannel[]FilteredChannel. createAny2One(int n)Constructs and returns an array ofAny2OneChannelobjects.static FilteredAny2OneChannelFilteredChannel. 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 ofAny2OneChannelobjects with a given buffer.
-