All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jcsp.lang.ints.AltingChannelInt

java.lang.Object
   |
   +----jcsp.lang.ints.AltingChannelInputInt
           |
           +----jcsp.lang.ints.AltingChannelInt

public abstract class AltingChannelInt
extends AltingChannelInputInt
implements ChannelInt

Description

The AltingChannelInt interface defines the interface to reading, writing and AlternativeInt selection from the Java version of occam ChannelInt. This class does not add any new methods instead it just extends the AltingChannelInputInt class and implements the ChannelInt interface.

Author:
P.D.Austin
See Also:
AlternativeInt

Constructor Index

 o AltingChannelInt()

Method Index

 o write(int)
Writes an int to the ChannelInt.

Constructors

 o AltingChannelInt
 public AltingChannelInt()

All Packages  Class Hierarchy  This Package  Previous  Next  Index