Uses of Interface
org.jcsp.util.filter.FilteredAny2OneChannel
Packages that use FilteredAny2OneChannel
Package
Description
This is main package for JCSP.NET.
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 FilteredAny2OneChannelModifier and TypeFieldDescriptionprotected FilteredAny2OneChannel
Link.txChannel
The channel used for TX over the link. -
Uses of FilteredAny2OneChannel in org.jcsp.util.filter
Classes in org.jcsp.util.filter that implement FilteredAny2OneChannelModifier and TypeClassDescription(package private) class
This wraps up an Any2OneChannel object so that its input and output ends are separate objects.Methods in org.jcsp.util.filter that return FilteredAny2OneChannelModifier and TypeMethodDescriptionstatic 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.