CSP for Java
(JCSP) 1.1-rc4

org.jcsp.util.filter
Interface FilteredOne2AnyChannel

All Superinterfaces:
One2AnyChannel

public interface FilteredOne2AnyChannel
extends One2AnyChannel

Interface for an Any2Any channel that supports both read and write filters.

Author:
Quickstone Technologies Limited

Method Summary
 ReadFiltered inFilter()
          Returns the control interface to manipulate the read filters.
 WriteFiltered outFilter()
          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.


CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.