jcsp.lang
Class AltingChannel
java.lang.Object
|
+--jcsp.lang.Guard
|
+--jcsp.lang.AltingChannelInput
|
+--jcsp.lang.AltingChannel
- All Implemented Interfaces:
- Channel, ChannelInput, ChannelOutput
Deprecated. extend AltingChannelInput
and
implement ChannelInput
/ ChannelOutput
directly.
- 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AltingChannel
public AltingChannel()
- Deprecated.
Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.0-rc7 of the JCSP API Specification (Copyright 1997-2006 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.