swarm.activity
Interface ForEachActivity


public interface ForEachActivity
extends ActivityS, Activity

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


Method Summary
 Object getCurrentMember()
           
 
Methods inherited from interface swarm.activity.Activity
getAction, getActionType, getControllingActivity, getCurrentSubactivity, getHoldType, getOwnerActivity, getScheduleActivity, getSerialMode, getStatus, getSubactivities, getSwarmActivity, getTopLevelActivity, next, run, setOwnerActivity, setSerialMode, step, 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
 

Method Detail

getCurrentMember

public Object getCurrentMember()