swarm.activity
Interface ForEachActivity


public interface ForEachActivity
extends Activity, ActivityS

State of execution within a ForEach action.. State of execution within a ForEach action.


Method Summary
 java.lang.Object getCurrentMember()
           
 
Methods inherited from interface swarm.activity.Activity
getAction, getActionType, getControllingActivity, getCurrentSubactivity, getHoldType, getOwnerActivity, getScheduleActivity, getSerialMode, getStatus, getSubactivities, getSwarmActivity, getTopLevelActivity, nextAction, run, setOwnerActivity, setSerialMode, stepAction, stop, terminate
 
Methods inherited from interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from interface swarm.defobj.Drop
drop
 
Methods inherited from interface swarm.defobj.GetName
getName
 

Method Detail

getCurrentMember

public java.lang.Object getCurrentMember()