swarm.activity
Interface CompoundActionC

All Known Subinterfaces:
ActionGroupC, ActivationOrderC, ConcurrentGroupC, ConcurrentScheduleC, ScheduleC
All Known Implementing Classes:
ActionGroupCImpl, ScheduleCImpl

public interface CompoundActionC
extends ActionTypeC, ActionTypeS, CollectionC, CollectionS, AutoDropC, AutoDropS, DefaultOrderC, DefaultOrderS

A collection of actions to be performed in any order consistent with a set of ordering constraints.. An compound action is the supertype of ActionGroup and Schedule. A compound action defines an executable process that is composed from the execution of a set of actions in some defined order. CompoundAction is not directly creatable. One of its subtypes must be created instead. ActionPlan inherits the basic ability to be activated for execution from ActionType.


Methods inherited from interface swarm.collections.CollectionC
setIndexFromMemberLoc, setReplaceOnly
 
Methods inherited from interface swarm.activity.AutoDropC
setAutoDrop
 
Methods inherited from interface swarm.activity.DefaultOrderS
setDefaultOrder
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.SetInitialValueC
setInitialValue
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd