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.
|
Modifier and Type | Field and Description |
---|---|
private FilteredOne2OneChannel |
LoopbackLink.loopBack |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FilteredOne2OneChannelImpl
Implements a
One2One channel that supports filtering at each end. |
Modifier and Type | Method and Description |
---|---|
static FilteredOne2OneChannel |
FilteredChannel.createOne2One()
Creates a new One2One filtered channel.
|
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 of
One2OneChannel
objects using a given buffer. |
static FilteredOne2OneChannel[] |
FilteredChannel.createOne2One(int n)
Constructs and returns an array of
One2OneChannel
objects. |