swarm.objectbase
Class ActivityControlCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.objectbase.ActivityControlCImpl

public class ActivityControlCImpl
extends PhaseCImpl
implements SwarmObjectC, SwarmObjectS, ActivityControlS, ActivityControlC

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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ActivityControlCImpl()
           
ActivityControlCImpl(ActivityControl nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityControlCImpl

public ActivityControlCImpl(ActivityControl nextPhase)

ActivityControlCImpl

public ActivityControlCImpl()