swarm.activity
Class ActionForEachImpl

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

public class ActionForEachImpl
extends Object
implements ActionToS, ActionTo, DefaultOrderS, DefaultOrder, ActionForEachS, ActionForEach

An action defined by sending a message to every member of a collection.. An action defined by sending a message to every member of a collection.


Constructor Summary
ActionForEachImpl()
           
 
Methods implemented by this class for interface swarm.activity.ActionTo
getTarget, setMessageSelector, setTarget
 
Methods implemented by this class for interface swarm.activity.DefaultOrder
getDefaultOrder
 
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

ActionForEachImpl

public ActionForEachImpl()