Package org.jcsp.util.filter
Interface FilteredOne2AnyChannel
-
- All Superinterfaces:
One2AnyChannel
- All Known Implementing Classes:
FilteredOne2AnyChannelImpl
public interface FilteredOne2AnyChannel extends One2AnyChannel
Interface for anAny2Anychannel that supports both read and write filters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReadFilteredinFilter()Returns the control interface to manipulate the read filters.WriteFilteredoutFilter()Returns the control interface to manipulate the write filters.-
Methods inherited from interface org.jcsp.lang.One2AnyChannel
in, out
-
-
-
-
Method Detail
-
inFilter
ReadFiltered inFilter()
Returns the control interface to manipulate the read filters.
-
outFilter
WriteFiltered outFilter()
Returns the control interface to manipulate the write filters.
-
-