swarm.activity
Interface SwarmActivity

All Known Implementing Classes:
SwarmActivityImpl

public abstract interface SwarmActivity
extends ScheduleActivityS, ScheduleActivity

A collection of started subactivities.. A collection of started subactivities.


Method Summary
 Object getSwarm()
          Return swarm object containing this swarm activity, if any.
 Object getSynchronizationSchedule()
           
 
Methods inherited from interface swarm.activity.ScheduleActivity
getCurrentTime, stepUntil
 
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

getSwarm

public Object getSwarm()
Return swarm object containing this swarm activity, if any.

getSynchronizationSchedule

public Object getSynchronizationSchedule()