Package repast.simphony.chart2.engine
Class ChartActionCreator
java.lang.Object
repast.simphony.chart2.engine.ChartActionCreator
- All Implemented Interfaces:
- CompositeControllerActionCreator
- Version:
- $Revision: 1.1 $ $Date: 2006/01/06 22:11:55 $
- Author:
- Nick Collier
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ChartActionCreatorpublic ChartActionCreator()
 
- 
- 
Method Details- 
getIDDescription 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 interface- CompositeControllerActionCreator
- Returns:
- the id for this action
 
- 
createControllerActionDescription copied from interface:CompositeControllerActionCreatorCreates the composite controller action.- Specified by:
- createControllerActionin interface- CompositeControllerActionCreator
- Returns:
- the created ControllerAction.
 
- 
isMasterOnlypublic boolean isMasterOnly()Description copied from interface:CompositeControllerActionCreatorReturn true if this action creator should only create a ControllerAction for the master context.- Specified by:
- isMasterOnlyin interface- CompositeControllerActionCreator
- Returns:
 
 
-