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
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.