swarm.activity
Class ActionForEachCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.activity.ActionForEachCImpl

public class ActionForEachCImpl
extends PhaseCImpl
implements ActionToS, ActionToC, DefaultOrderS, DefaultOrderC, ActionForEachS

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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ActionForEachCImpl()
           
 
Methods implemented by this class for interface swarm.activity.DefaultOrderC
setDefaultOrder
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionForEachCImpl

public ActionForEachCImpl()