Package | Description |
---|---|
org.jcsp.util.filter |
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
|
Modifier and Type | Method and Description |
---|---|
static FilteredAny2AnyChannel |
FilteredChannel.createAny2Any()
Creates a new Any2Any filtered channel.
|
static FilteredAny2AnyChannel |
FilteredChannel.createAny2Any(ChannelDataStore buffer)
Creates a new Any2Any filtered channel with a given buffering behaviour.
|
static FilteredAny2AnyChannel[] |
FilteredChannel.createAny2Any(ChannelDataStore buffer,
int n)
Constructs and returns an array of
Any2AnyChannel
objects with a given buffer. |
static FilteredAny2AnyChannel[] |
FilteredChannel.createAny2Any(int n)
Constructs and returns an array of
Any2AnyChannel
objects. |
Copyright © 1996–2016. All rights reserved.