CSP for Java
(JCSP) 1.0-rc4

jcsp.lang
Class AltingChannel

java.lang.Object
  |
  +--jcsp.lang.Guard
        |
        +--jcsp.lang.AltingChannelInput
              |
              +--jcsp.lang.AltingChannel
All Implemented Interfaces:
Channel, ChannelInput, ChannelOutput
Direct Known Subclasses:
Any2OneChannel, One2OneChannel

public abstract class AltingChannel
extends AltingChannelInput
implements Channel

This defines the interface to object channels for reading, writing and choosing between multiple inputs (and other events).

Description

The AltingChannel abstract class defines the interface to object channels for reading, writing and choosing between multiple inputs (and other events). No new methods are introduced here. The choice support methods inherited from AltingChannelInput are of no concern to users of this package.

Author:
P.D.Austin
See Also:
Alternative

Constructor Summary
AltingChannel()
           
 
Methods inherited from class jcsp.lang.AltingChannelInput
pending
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jcsp.lang.ChannelInput
read
 
Methods inherited from interface jcsp.lang.ChannelOutput
write
 

Constructor Detail

AltingChannel

public AltingChannel()

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.