Package org.jcsp.util.filter
Interface FilteredOne2OneChannel
- All Superinterfaces:
One2OneChannel
- All Known Implementing Classes:
FilteredOne2OneChannelImpl
Interface for a
One2One
channel that supports filtering operations at each end.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioninFilter()
Returns the control interface for configuring the read filters on the channel.Returns the control interface for configuring the write filters on the channel.Methods inherited from interface org.jcsp.lang.One2OneChannel
in, out
-
Method Details
-
inFilter
ReadFiltered inFilter()Returns the control interface for configuring the read filters on the channel. -
outFilter
WriteFiltered outFilter()Returns the control interface for configuring the write filters on the channel.
-