Groovy Documentation

gpars.csp.plugAndPlay
[Groovy] Class GFixedDelay

java.lang.Object
  gpars.csp.plugAndPlay.GFixedDelay
All Implemented Interfaces:
org.jcsp.lang.CSProcess

class GFixedDelay

Property Summary
long delay

org.jcsp.lang.ChannelInput inChannel

org.jcsp.lang.ChannelOutput outChannel

 
Method Summary
void run()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

delay

long delay


inChannel

org.jcsp.lang.ChannelInput inChannel


outChannel

org.jcsp.lang.ChannelOutput outChannel


 
Method Detail

run

void run()


 

Groovy Documentation