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 |
---|---|
protected FilteredAny2OneChannel |
Link.txChannel
The channel used for TX over the link.
|
Modifier and Type | Method and Description |
---|---|
static FilteredAny2OneChannel |
FilteredChannel.createAny2One()
Creates a new Any2One filtered channel.
|
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 of
Any2OneChannel
objects with a given buffer. |
static FilteredAny2OneChannel[] |
FilteredChannel.createAny2One(int n)
Constructs and returns an array of
Any2OneChannel
objects. |
Copyright © 1996–2023. All rights reserved.