swarm.activity
Interface ScheduleActivity

All Known Subinterfaces:
SwarmActivity

public interface ScheduleActivity
extends Activity, ActivityS

State of execution within a Schedule.. State of execution within a Schedule.


Method Summary
 int getCurrentTime()
          Get current time of activity (pending time if holding).
 java.lang.Object stepUntil(int tVal)
          Advance activity until requested time has been reached.
 
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

getCurrentTime

public int getCurrentTime()
Get current time of activity (pending time if holding).

stepUntil

public java.lang.Object stepUntil(int tVal)
Advance activity until requested time has been reached.