swarm.activity
Class ActionCallImpl

java.lang.Object
  |
  +--swarm.activity.ActionCallImpl

public class ActionCallImpl
extends Object
implements ActionArgsS, ActionArgs, ActionCallS, ActionCall

An action defined by calling a C function.. An action defined by calling a C function.


Constructor Summary
ActionCallImpl()
           
 
Methods implemented by this class for interface swarm.activity.ActionArgs
getArg1, getArg2, getArg3, getNArgs, setArg1, setArg2, setArg3
 
Methods implemented by this class for interface swarm.defobj.GetOwner
getOwner
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCallImpl

public ActionCallImpl()