Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
Modifier and Type | Class and Description |
---|---|
class |
AltingChannelAccept
This extends
Guard and ChannelAccept
to enable a process to choose between many CALL channel (and other) events. |
class |
Any2AnyCallChannel
This is the super-class for any-to-any interface-specific CALL channels,
safe for use by many clients and many servers.
|
class |
Any2OneCallChannel
This is the super-class for any-to-one interface-specific CALL channels,
safe for use by many clients and one server.
|
class |
One2AnyCallChannel
This is the super-class for one-to-any interface-specific CALL channels,
safe for use by one client and many servers.
|
class |
One2OneCallChannel
This is the super-class for one-to-one interface-specific CALL channels.
|
Copyright © 1996–2022. All rights reserved.