swarm.objectbase
Class ActivityControlImpl

java.lang.Object
  |
  +--swarm.objectbase.ActivityControlImpl

public class ActivityControlImpl
extends Object
implements SwarmObjectS, SwarmObject, ActivityControlS, ActivityControl

A class that provides an object interface to an activity.. The ActivityControl class specifies an object that can be attached to an activity (regardless of how or where that activity is created) for the purpose of explicitly controlling the execution of actions on that activity's action plan. There is nothing that available through this class that is not already available through the variables or messages available via the activity itself. However, it packages up the main control messages and makes them available to other objects that may need control over an activity, thereby shielding the activity from directly receiving messages from outside objects and saving the user from having to parse the more complex interface to the activity.


Constructor Summary
ActivityControlImpl()
           
ActivityControlImpl(Zone aZone)
          Default constructor for Impl class
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.objectbase.ActivityControl
attachToActivity, getStatus, next, run, step, stepUntil, stop, updateStateVar
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
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 inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityControlImpl

public ActivityControlImpl()

ActivityControlImpl

public ActivityControlImpl(Zone aZone)
Default constructor for Impl class