CSP for Java
(JCSP) 1.0-rc4

jcsp.lang
Interface ChannelInt

All Superinterfaces:
ChannelInputInt, ChannelOutputInt
All Known Implementing Classes:
AltingChannelInt, Any2AnyChannelInt, One2AnyChannelInt

public interface ChannelInt
extends ChannelInputInt, ChannelOutputInt

This defines the interface for reading and writing integer channels.

Description

ChannelInt defines the interface for reading and writing integer channels. It just combines the ChannelInputInt and ChannelOutputInt interfaces.

It is included for completeness. Usually, when needing a channel interface, we will know whether it's to be used for input or output and, therefore, should use the restricted interface rather than this one.

Author:
P.D.Austin
See Also:
ChannelInputInt, ChannelOutputInt

Methods inherited from interface jcsp.lang.ChannelInputInt
read
 
Methods inherited from interface jcsp.lang.ChannelOutputInt
write
 


CSP for Java
(JCSP) 1.0-rc4

Submit a bug or feature to jcsp-team@ukc.ac.uk
Version 1.0-rc4 of the JCSP API Specification (Copyright 1997-2000 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.