Class FilteredOne2OneChannelImpl
java.lang.Object
org.jcsp.util.filter.FilteredOne2OneChannelImpl
- All Implemented Interfaces:
One2OneChannel, FilteredOne2OneChannel
Implements a
One2One channel that supports filtering at each end.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FilteredAltingChannelInputThe filtered input end of the channel.private FilteredChannelOutputThe filtered output end of the channel. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new filtered channel based on an existing channel. -
Method Summary
-
Field Details
-
in
The filtered input end of the channel. -
out
The filtered output end of the channel.
-
-
Constructor Details
-
FilteredOne2OneChannelImpl
Constructs a new filtered channel based on an existing channel.- Parameters:
chan- the existing channel.
-
-
Method Details
-
in
Description copied from interface:One2OneChannelReturns the input channel end.- Specified by:
inin interfaceOne2OneChannel
-
out
Description copied from interface:One2OneChannelReturns the output channel end.- Specified by:
outin interfaceOne2OneChannel
-
inFilter
Description copied from interface:FilteredOne2OneChannelReturns the control interface for configuring the read filters on the channel.- Specified by:
inFilterin interfaceFilteredOne2OneChannel
-
outFilter
Description copied from interface:FilteredOne2OneChannelReturns the control interface for configuring the write filters on the channel.- Specified by:
outFilterin interfaceFilteredOne2OneChannel
-