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 | Field and Description |
---|---|
private FilterHolder |
FilteredChannelInputWrapper.filters
Set of read filters installed.
|
private FilterHolder |
FilteredChannelOutputWrapper.filters
Set of write filters installed.
|
private FilterHolder |
FilteredAltingChannelInput.filters
Holds the filters installed for the read end of this channel.
|