Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
Modifier and Type | Method and Description |
---|---|
static SharedChannelInputInt[] |
Channel.getInputArray(Any2AnyChannelInt[] c)
This extracts the input-ends from the given channel array.
|
static SharedChannelInputInt[] |
ChannelInt.getInputArray(Any2AnyChannelInt[] c)
Deprecated.
Constructs and returns an array of input channel ends, each of which can be shared by multiple
concurrent readers.
|
static SharedChannelInputInt[] |
Channel.getInputArray(One2AnyChannelInt[] c)
This extracts the input-ends from the given channel array.
|
static SharedChannelInputInt[] |
ChannelInt.getInputArray(One2AnyChannelInt[] c)
Deprecated.
Constructs and returns an array of input channel ends, each of which can be shared by multiple
concurrent readers.
|
SharedChannelInputInt |
Any2AnyChannelInt.in()
Returns the input channel end.
|
SharedChannelInputInt |
One2AnyChannelInt.in()
Returns the input end of the channel.
|
Copyright © 1996–2019. All rights reserved.