Package repast.simphony.data2.engine
Class DataSetsActionCreator
java.lang.Object
repast.simphony.data2.engine.DataSetsActionCreator
- All Implemented Interfaces:
CompositeControllerActionCreator
Creates the parent action for the component actions that initialize data
collection from individual dataset descriptors.
- Author:
- Nick Collier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates the composite controller action.getID()Gets the unique id for this action.booleanReturn true if this action creator should only create a ControllerAction for the master context.
-
Constructor Details
-
DataSetsActionCreator
public DataSetsActionCreator()
-
-
Method Details
-
getID
Description copied from interface:CompositeControllerActionCreatorGets the unique id for this action. Using this id, the action may found using {@link repast.simphony.engine.controller.ControllerRegistry.findAction(Object, String)}.- Specified by:
getIDin interfaceCompositeControllerActionCreator- Returns:
- the id for this action
-
createControllerAction
Description copied from interface:CompositeControllerActionCreatorCreates the composite controller action.- Specified by:
createControllerActionin interfaceCompositeControllerActionCreator- Returns:
- the created ControllerAction.
-
isMasterOnly
public boolean isMasterOnly()Description copied from interface:CompositeControllerActionCreatorReturn true if this action creator should only create a ControllerAction for the master context.- Specified by:
isMasterOnlyin interfaceCompositeControllerActionCreator- Returns:
-