All Packages Class Hierarchy This Package Previous Next Index
Interface jcsp.lang.Channel
- public interface Channel
- extends ChannelInput, ChannelOutput
Description
The Channel interface defines the interface to reading and writing
from the Java version of occam Channel. This interface does not add
any new methods instead it just combines the ChannelInput and ChannelOutput
interfaces.
- Author:
- P.D.Austin
All Packages Class Hierarchy This Package Previous Next Index