swarm.activity
Class ScheduleActivityImpl

java.lang.Object
  |
  +--swarm.activity.ActivityImpl
        |
        +--swarm.activity.ScheduleActivityImpl
Direct Known Subclasses:
SwarmActivityImpl

public class ScheduleActivityImpl
extends ActivityImpl
implements ActivityS, Activity, ScheduleActivityS, ScheduleActivity

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


Constructor Summary
ScheduleActivityImpl()
           
 
Methods implemented by this class for interface swarm.activity.Activity
getAction, getActionType, getControllingActivity, getCurrentSubactivity, getHoldType, getOwnerActivity, getScheduleActivity, getSerialMode, getStatus, getSubactivities, getSwarmActivity, getTopLevelActivity, next, run, setOwnerActivity, setSerialMode, step, stop, terminate
 
Methods implemented by this class for interface swarm.activity.ScheduleActivity
getCurrentTime, stepUntil
 
Methods implemented by this class for 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 implemented by this class for interface swarm.defobj.Drop
drop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleActivityImpl

public ScheduleActivityImpl()