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