swarm.activity
Interface SwarmActivity


public interface SwarmActivity
extends ScheduleActivity, ScheduleActivityS

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


Method Summary
 java.lang.Object getSwarm()
          Return swarm object containing this swarm activity, if any.
 Schedule 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, 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

getSwarm

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

getSynchronizationSchedule

public Schedule getSynchronizationSchedule()