swarm.activity
Interface CompoundActionS

All Known Subinterfaces:
ActionGroup, ActionGroupC, ActionGroupS, ActivationOrder, ActivationOrderC, ActivationOrderS, ConcurrentGroup, ConcurrentGroupC, ConcurrentGroupS, ConcurrentSchedule, ConcurrentScheduleC, ConcurrentScheduleS, Schedule, ScheduleC, ScheduleS
All Known Implementing Classes:
ScheduleImpl, ActionGroupImpl, ActionGroupCImpl, ScheduleCImpl

public interface CompoundActionS
extends ActionTypeS, CollectionS, AutoDropS, 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.activity.DefaultOrderS
setDefaultOrder