etomica.action.activity
Interface ActivityGroup

All Superinterfaces:
ActionGroup, IAction
All Known Subinterfaces:
IController
All Known Implementing Classes:
ActivityGroupParallel, ActivityGroupSeries, Controller

public interface ActivityGroup
extends ActionGroup


Method Summary
 IAction[] getCompletedActions()
          Returns all actions from this group that have been completed.
 IAction[] getCurrentActions()
          Returns all actions from this group that are currently being performed.
 IAction[] getPendingActions()
          Returns all actions from this group that have not yet started.
 
Methods inherited from interface etomica.action.ActionGroup
addAction, getAllActions, removeAction
 
Methods inherited from interface etomica.action.IAction
actionPerformed
 

Method Detail

getCompletedActions

IAction[] getCompletedActions()
Returns all actions from this group that have been completed.


getCurrentActions

IAction[] getCurrentActions()
Returns all actions from this group that are currently being performed.


getPendingActions

IAction[] getPendingActions()
Returns all actions from this group that have not yet started.