Uses of Interface
repast.simphony.engine.environment.ControllerAction
Packages that use ControllerAction
Package
Description
- 
Uses of ControllerAction in repast.simphony.chart2.engineClasses in repast.simphony.chart2.engine that implement ControllerActionModifier and TypeClassDescriptionclassControllerAction responsible for creating DataSets from DataSetDescriptors.classControllerAction responsible for creating DataSets from DataSetDescriptors.Methods in repast.simphony.chart2.engine that return ControllerActionModifier and TypeMethodDescriptionprotected ControllerActionHistogramControllerActionIO.HistogramActionLoader.createAction(HistogramChartDescriptor data, Scenario scenario) protected ControllerActionTimeSeriesControllerActionIO.TimeSeriesActionLoader.createAction(TimeSeriesChartDescriptor data, Scenario scenario) ChartActionCreator.createControllerAction()
- 
Uses of ControllerAction in repast.simphony.data2.engineClasses in repast.simphony.data2.engine that implement ControllerActionModifier and TypeClassDescriptionclassControllerAction responsible for creating DataSets from DataSetDescriptors.classControllerAction responsible for creating DataSets from DataSetDescriptors.classControllerAction responsible for creating DataSets from DataSetDescriptors.Methods in repast.simphony.data2.engine that return ControllerActionModifier and TypeMethodDescriptionprotected ControllerActionConsoleSinkControllerActionIO.ConsoleSinkActionLoader.createAction(ConsoleSinkDescriptor data, Scenario scenario) protected ControllerActionDataSetControllerActionIO.DataSetActionLoader.createAction(DataSetDescriptor data, Scenario scenario) protected ControllerActionFileSinkControllerActionIO.FileSinkActionLoader.createAction(FileSinkDescriptor data, Scenario scenario) DataInitActionCreator.createControllerAction()DataSetsActionCreator.createControllerAction()TextSinkActionCreator.createControllerAction()
- 
Uses of ControllerAction in repast.simphony.dataLoader.engineClasses in repast.simphony.dataLoader.engine that implement ControllerActionModifier and TypeClassDescriptionclassAction for creating contexts using an object created via reflection from a class name.classDataLoaderAction that uses a ScoreContextBuilder to build the context.classDataLoaderControllerAction<T extends ContextBuilder>classA simple marker class for an action that adds aDelimitedFileContextBuilder.classA simple marker class for an action that adds aDelimitedFileContextBuilder.classDataLoaderAction that uses aMIContextXMLBuilderto build the context.classAction for creating contexts from a serialized xml file.Methods in repast.simphony.dataLoader.engine that return ControllerAction
- 
Uses of ControllerAction in repast.simphony.dataLoader.ui.wizard.builderClasses in repast.simphony.dataLoader.ui.wizard.builder that implement ControllerAction
- 
Uses of ControllerAction in repast.simphony.engine.controllerSubinterfaces of ControllerAction in repast.simphony.engine.controllerModifier and TypeInterfaceDescriptioninterfaceDescriptorControllerAction<T extends Descriptor>A Controller action that executes based on aDescriptor.Classes in repast.simphony.engine.controller that implement ControllerActionModifier and TypeClassDescriptionclassAn abstractControllerActionthat aims to simplify the implementation of ControllerActions.classAn action that takes aContextSchedulableDescriptorand schedules it usingISchedule.scheduleIterable(ScheduleParameters, Iterable, String, boolean, Object...).classThis action grabs from the current parameters the value ofParameterConstants.DEFAULT_RANDOM_SEED_USAGE_NAMEand if that is not null it uses its int value to set the default seed through theRandomHelper.setSeed(int)method.classAn action that takes aSchedulableDescriptorand will schedule it to the model's schedule.classA null implementation of anAbstractControllerAction.classclassThis is a simple action that schedules anIActionin itsSchedulingControllerAction.runInitialize(RunState, Object, Parameters)method using a givenScheduleParameters.classController action that associates the watcher mechanism with the master context and processes any objects already in the master context.Methods in repast.simphony.engine.controller that return ControllerActionModifier and TypeMethodDescriptionDefaultControllerRegistry.findAction(Object contextID, String actionID) Methods in repast.simphony.engine.controller that return types with arguments of type ControllerActionMethods in repast.simphony.engine.controller with parameters of type ControllerActionModifier and TypeMethodDescriptionvoidDefaultControllerRegistry.addAction(Object contextId, ControllerAction parent, ControllerAction action) Adds an action to those for the specified context, under the specified parent action.voidDefaultControllerRegistry.registerAction(Object contextID, String id, ControllerAction action) booleanDefaultControllerRegistry.removeAction(Object contextId, ControllerAction action) Removes an action.voidDefaultControllerRegistry.replaceAction(Object contextId, ControllerAction oldAction, ControllerAction newAction) Replaces a given action with the specified action.voidControllerActionVisitor.visit(ControllerAction action) 
- 
Uses of ControllerAction in repast.simphony.engine.environmentClasses in repast.simphony.engine.environment that implement ControllerActionModifier and TypeClassDescriptionclassA null implementation of a ControllerAction.Fields in repast.simphony.engine.environment declared as ControllerActionModifier and TypeFieldDescriptionstatic final ControllerActionControllerRegistry.ACTION_TREE_ROOTMethods in repast.simphony.engine.environment that return ControllerActionModifier and TypeMethodDescriptionControllerRegistry.findAction(Object contextID, String actionID) Finds a registered action.Methods in repast.simphony.engine.environment that return types with arguments of type ControllerActionModifier and TypeMethodDescriptionControllerRegistry.getActionTree(Object contextTypeID) Returns the root node for the tree of actions that occur for a specified context type.Methods in repast.simphony.engine.environment with parameters of type ControllerActionModifier and TypeMethodDescriptionvoidControllerRegistry.addAction(Object contextId, ControllerAction parent, ControllerAction action) Adds an action to those for the specified context, under the specified parent action.voidControllerRegistry.registerAction(Object contextID, String id, ControllerAction action) Registers an action so that it can be found later.booleanControllerRegistry.removeAction(Object contextId, ControllerAction action) Removes an action.voidControllerRegistry.replaceAction(Object contextId, ControllerAction oldAction, ControllerAction newAction) Replaces a given action with the specified action.
- 
Uses of ControllerAction in repast.simphony.freezedry.engineClasses in repast.simphony.freezedry.engine that implement ControllerAction
- 
Uses of ControllerAction in repast.simphony.freezedry.wizardClasses in repast.simphony.freezedry.wizard that implement ControllerAction
- 
Uses of ControllerAction in repast.simphony.gis.engineClasses in repast.simphony.gis.engine that implement ControllerActionModifier and TypeClassDescriptionclassGeography Projection Data Controller used to init the Geography projection.Methods in repast.simphony.gis.engine that return ControllerAction
- 
Uses of ControllerAction in repast.simphony.gis.visualization.engineClasses in repast.simphony.gis.visualization.engine that implement ControllerActionMethods in repast.simphony.gis.visualization.engine that return ControllerActionModifier and TypeMethodDescriptionGISVizCompositeControllerActionCreator.createControllerAction()
- 
Uses of ControllerAction in repast.simphony.pluginMethods in repast.simphony.plugin that return ControllerActionModifier and TypeMethodDescriptionCompositeControllerActionCreator.createControllerAction()Creates the composite controller action.
- 
Uses of ControllerAction in repast.simphony.scenarioClasses in repast.simphony.scenario with type parameters of type ControllerActionModifier and TypeClassDescriptionclassAbstractControllerActionIO<T extends ControllerAction>interfaceActionSaver<T extends ControllerAction>Interface for classes that can persist ControllerActions.classDefaultActionLoader<T extends ControllerAction>classDefaultActionSaver<T extends ControllerAction>classDefaultControllerActionIO<T extends ControllerAction>Fields in repast.simphony.scenario declared as ControllerActionFields in repast.simphony.scenario with type parameters of type ControllerActionMethods in repast.simphony.scenario that return ControllerActionModifier and TypeMethodDescriptionprotected ControllerActionDefaultActionLoader.createAction(T data, Scenario scenario) protected abstract ControllerActionObjectActionLoader.createAction(T data, Scenario scenario) Methods in repast.simphony.scenario that return types with arguments of type ControllerActionModifier and TypeMethodDescriptionScenario.getMasterControllerActions()Gets all the user added master controller actions.Methods in repast.simphony.scenario with parameters of type ControllerActionModifier and TypeMethodDescriptionvoidScenario.addMasterControllerAction(ControllerAction action) Adds the specified ControllerAction to the master context.voidScenario.removeMasterControllerAction(ControllerAction action) Removes the specified ControllerAction to the master context.
- 
Uses of ControllerAction in repast.simphony.ui.pluginClasses in repast.simphony.ui.plugin with type parameters of type ControllerActionModifier and TypeInterfaceDescriptioninterfaceActionEditorCreator<T extends ControllerAction>Interface for classes that create action editors.Methods in repast.simphony.ui.plugin with parameters of type ControllerActionModifier and TypeMethodDescriptionvoidCompositeActionEditorExtensions.addUI(ControllerAction action, String label) voidCompositeActionEditorExtensions.addUI(ControllerAction action, CompositeControllerActionCreator creator) ActionEditorExtensions.getCreator(ControllerAction action) UIActionExtensions.getEditor(ControllerAction action) ComponentActionEditorExtensions.getUI(ControllerAction action) CompositeActionEditorExtensions.getUI(ControllerAction action) 
- 
Uses of ControllerAction in repast.simphony.ui.plugin.editorClasses in repast.simphony.ui.plugin.editor with type parameters of type ControllerActionModifier and TypeClassDescriptionclassAbstractWizardActionUI<T extends ControllerAction>This is a simple abstractActionUIimplementation that is to be used for ui's where the editor is based on a set ofPanelWizardSteps.classAbstractWizardEditor<T extends ControllerAction>This is an abstractEditorimplementation that is to be used for ui's where the editor is based on a set ofPanelWizardSteps.Fields in repast.simphony.ui.plugin.editor declared as ControllerAction
- 
Uses of ControllerAction in repast.simphony.ui.treeMethods in repast.simphony.ui.tree with parameters of type ControllerActionModifier and TypeMethodDescriptionvoidScenarioTreeEvent.addActionToTree(ControllerAction action) voidScenarioTree.addControllerAction(int row, ControllerAction action) voidScenarioTreeEvent.removeActionFromTree(ControllerAction action) voidScenarioTree.removeNode(ControllerAction action) 
- 
Uses of ControllerAction in repast.simphony.userpanel.uiClasses in repast.simphony.userpanel.ui that implement ControllerActionMethods in repast.simphony.userpanel.ui that return ControllerActionModifier and TypeMethodDescriptionprotected ControllerActionUserPanelControllerActionIO.UserPanelActionLoader.createAction(UserPanelDescriptor descriptor, Scenario scenario) UserPanelCompositeControllerActionCreator.createControllerAction()
- 
Uses of ControllerAction in repast.simphony.visualization.engineClasses in repast.simphony.visualization.engine that implement ControllerActionModifier and TypeClassDescriptionclassComponent action for a display.Methods in repast.simphony.visualization.engine that return ControllerActionModifier and TypeMethodDescriptionprotected ControllerActionDisplayControllerActionIO.DisplayActionLoader.createAction(DisplayDescriptor descriptor, Scenario scenario) DisplayCompositeActionCreator.createControllerAction()
- 
Uses of ControllerAction in repast.simphony.wsClasses in repast.simphony.ws that implement ControllerActionModifier and TypeClassDescriptionclassControllerAction for creating DataServers.class