Package repast.simphony.gis.engine
Class GISCompositeControllerActionCreator
java.lang.Object
repast.simphony.gis.engine.GISCompositeControllerActionCreator
- All Implemented Interfaces:
CompositeControllerActionCreator
public class GISCompositeControllerActionCreator
extends Object
implements CompositeControllerActionCreator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates the composite controller action.getID()
Gets the unique id for this action.boolean
Return true if this action creator should only create a ControllerAction for the master context.
-
Constructor Details
-
GISCompositeControllerActionCreator
public GISCompositeControllerActionCreator()
-
-
Method Details
-
getID
Description copied from interface:CompositeControllerActionCreator
Gets 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:
getID
in interfaceCompositeControllerActionCreator
- Returns:
- the id for this action
-
createControllerAction
Description copied from interface:CompositeControllerActionCreator
Creates the composite controller action.- Specified by:
createControllerAction
in interfaceCompositeControllerActionCreator
- Returns:
- the created ControllerAction.
-
isMasterOnly
public boolean isMasterOnly()Description copied from interface:CompositeControllerActionCreator
Return true if this action creator should only create a ControllerAction for the master context.- Specified by:
isMasterOnly
in interfaceCompositeControllerActionCreator
- Returns:
-