Groovy Documentation

gpars.csp
[Groovy] Interface MobileAgent


interface MobileAgent
extends org.jcsp.lang.CSProcess, Serializable

Method Summary
def connect(List x)

def disconnect()

 
Methods inherited from interface org.jcsp.lang.CSProcess
org.jcsp.lang.CSProcess#run()
 

Method Detail

connect

def connect(List x)


disconnect

def disconnect()


 

Groovy Documentation