CSP for Java
(JCSP) 1.0-rc4

jcsp.lang
Class AltingChannelAccept

java.lang.Object
  |
  +--jcsp.lang.Guard
        |
        +--jcsp.lang.AltingChannelAccept
All Implemented Interfaces:
ChannelAccept
Direct Known Subclasses:
Any2OneCallChannel, One2OneCallChannel

public abstract class AltingChannelAccept
extends Guard
implements ChannelAccept

This extends Guard and ChannelAccept to enable a process to choose between many CALL channel (and other) events.

Description

AltingChannelAccept extends Guard and ChannelAccept to enable a process to choose between many CALL channel (and other) events. The methods inherited from Guard are of no concern to users of this package.

Example

See the explanations and examples documented in One2OneCallChannel and Any2OneCallChannel.

Author:
P.H.Welch
See Also:
Alternative, One2OneCallChannel, Any2OneCallChannel

Constructor Summary
AltingChannelAccept()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jcsp.lang.ChannelAccept
accept
 

Constructor Detail

AltingChannelAccept

public AltingChannelAccept()

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.