org.codehaus.gpars

groovyx.gpars.csp
[Groovy] Class ALT

java.lang.Object
  org.jcsp.lang.Alternative
      groovyx.gpars.csp.ALT

class ALT
extends Alternative

ALT is used to create an Alternative object

Company: Napier University

Authors:
Jon Kerridge, Ken Barclay, John Savage
Version:
1.0
1.1 takes account of jsr03 requirements


Constructor Summary
ALT(ChannelInputList channelList)

ALT extends the 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

ALT(java.util.List guardList)

 

Constructor Detail

ALT

ALT(ChannelInputList channelList)
ALT extends the 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


ALT

ALT(java.util.List guardList)


 

Copyright © 2008–2012 Václav Pech. All Rights Reserved.