All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jcsp.lang.AltingChannel

java.lang.Object
   |
   +----jcsp.lang.AltingChannelInput
           |
           +----jcsp.lang.AltingChannel

public abstract class AltingChannel
extends AltingChannelInput
implements Channel

Description

The AltingChannel interface defines the interface to reading, writing and Alternative selection from the Java version of occam Channel. This class does not add any new methods instead it just extends the AltingChannelInput class and implements the Channel interface.

Author:
P.D.Austin
See Also:
Alternative

Constructor Index

 o AltingChannel()

Method Index

 o write(Object)
Writes an Object to the Channel.

Constructors

 o AltingChannel
 public AltingChannel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index