Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
Modifier and Type | Method and Description |
---|---|
static One2OneChannelSymmetricInt |
Channel.one2oneSymmetricInt()
This constructs an integer carrying channel that
may only be connected to one writer and one reader process at a time.
|
static One2OneChannelSymmetricInt[] |
Channel.one2oneSymmetricIntArray(int size)
This constructs an array of symmetric one-one integer channels.
|
Copyright © 1996–2020. All rights reserved.