|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcsp.lang.Alternative
gpars.csp.ALT
class ALT extends org.jcsp.lang.Alternative
ALT is used to create an Alternative
object
Company: Napier University
Constructor Summary | |
ALT(ChannelInputList channelList)
ALT extends the |
|
ALT(List guardList)
|
Method Summary |
---|
Methods inherited from class org.jcsp.lang.Alternative | |
---|---|
select, select, priSelect, priSelect, fairSelect, fairSelect, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public ALT(ChannelInputList channelList)
Alternative
class of JCSP
ALT takes a list of Guards
as its constructor parameter
and converts them to an array of Guards
as required by Alternative
public ALT(List guardList)
Groovy Documentation