swarm.activity
Interface ActionArgsC

All Known Subinterfaces:
ActionCallC, ActionForEachC, ActionToC

public interface ActionArgsC

Supertype of ActionCall, ActionTo, and ActionForEach.. The ActionArgs subtypes all implement a specific, hard-coded method for binding an action type to a fixed number of arguments. All the arguments must have types compatible with id type. Eventually, more generic methods for binding an action type to any number and types of arguments and return values will also be provided.


Method Summary
 void setArg1(java.lang.Object arg1)
           
 void setArg2(java.lang.Object arg2)
           
 void setArg3(java.lang.Object arg3)
           
 

Method Detail

setArg1

public void setArg1(java.lang.Object arg1)

setArg2

public void setArg2(java.lang.Object arg2)

setArg3

public void setArg3(java.lang.Object arg3)