Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
Modifier and Type | Field and Description |
---|---|
private One2OneChannelImpl |
One2AnyCallChannel.c
This is used to synchronise the calling and accepting process.
|
private One2OneChannelImpl |
One2OneCallChannel.c
This is used to synchronise the calling and accepting process.
|
private One2OneChannelImpl |
Any2OneCallChannel.d
This is used to synchronise the calling and accepting process.
|
private One2OneChannelImpl |
Any2AnyCallChannel.d
This is used to synchronise the calling and accepting process.
|
private One2OneChannelImpl |
RejectableOne2OneChannel.innerChannel
Deprecated.
|