Uses of Interface
repast.simphony.engine.environment.ControllerAction
Package
Description
-
Uses of ControllerAction in repast.simphony.chart2.engine
Modifier and TypeClassDescriptionclass
ControllerAction responsible for creating DataSets from DataSetDescriptors.class
ControllerAction responsible for creating DataSets from DataSetDescriptors.Modifier and TypeMethodDescriptionprotected ControllerAction
HistogramControllerActionIO.HistogramActionLoader.createAction
(HistogramChartDescriptor data, Scenario scenario) protected ControllerAction
TimeSeriesControllerActionIO.TimeSeriesActionLoader.createAction
(TimeSeriesChartDescriptor data, Scenario scenario) ChartActionCreator.createControllerAction()
-
Uses of ControllerAction in repast.simphony.data2.engine
Modifier and TypeClassDescriptionclass
ControllerAction responsible for creating DataSets from DataSetDescriptors.class
ControllerAction responsible for creating DataSets from DataSetDescriptors.class
ControllerAction responsible for creating DataSets from DataSetDescriptors.Modifier and TypeMethodDescriptionprotected ControllerAction
ConsoleSinkControllerActionIO.ConsoleSinkActionLoader.createAction
(ConsoleSinkDescriptor data, Scenario scenario) protected ControllerAction
DataSetControllerActionIO.DataSetActionLoader.createAction
(DataSetDescriptor data, Scenario scenario) protected ControllerAction
FileSinkControllerActionIO.FileSinkActionLoader.createAction
(FileSinkDescriptor data, Scenario scenario) DataInitActionCreator.createControllerAction()
DataSetsActionCreator.createControllerAction()
TextSinkActionCreator.createControllerAction()
-
Uses of ControllerAction in repast.simphony.dataLoader.engine
Modifier and TypeClassDescriptionclass
Action for creating contexts using an object created via reflection from a class name.class
DataLoaderAction that uses a ScoreContextBuilder to build the context.class
DataLoaderControllerAction<T extends ContextBuilder>
class
A simple marker class for an action that adds aDelimitedFileContextBuilder
.class
A simple marker class for an action that adds aDelimitedFileContextBuilder
.class
DataLoaderAction that uses aMIContextXMLBuilder
to build the context.class
Action for creating contexts from a serialized xml file. -
Uses of ControllerAction in repast.simphony.dataLoader.ui.wizard.builder
-
Uses of ControllerAction in repast.simphony.engine.controller
Modifier and TypeInterfaceDescriptioninterface
DescriptorControllerAction<T extends Descriptor>
A Controller action that executes based on aDescriptor
.Modifier and TypeClassDescriptionclass
An abstractControllerAction
that aims to simplify the implementation of ControllerActions.class
An action that takes aContextSchedulableDescriptor
and schedules it usingISchedule.scheduleIterable(ScheduleParameters, Iterable, String, boolean, Object...)
.class
This action grabs from the current parameters the value ofParameterConstants.DEFAULT_RANDOM_SEED_USAGE_NAME
and if that is not null it uses its int value to set the default seed through theRandomHelper.setSeed(int)
method.class
An action that takes aSchedulableDescriptor
and will schedule it to the model's schedule.class
A null implementation of anAbstractControllerAction
.class
class
This is a simple action that schedules anIAction
in itsSchedulingControllerAction.runInitialize(RunState, Object, Parameters)
method using a givenScheduleParameters
.class
Controller action that associates the watcher mechanism with the master context and processes any objects already in the master context.Modifier and TypeMethodDescriptionDefaultControllerRegistry.findAction
(Object contextID, String actionID) Modifier and TypeMethodDescriptionvoid
DefaultControllerRegistry.addAction
(Object contextId, ControllerAction parent, ControllerAction action) Adds an action to those for the specified context, under the specified parent action.void
DefaultControllerRegistry.registerAction
(Object contextID, String id, ControllerAction action) boolean
DefaultControllerRegistry.removeAction
(Object contextId, ControllerAction action) Removes an action.void
DefaultControllerRegistry.replaceAction
(Object contextId, ControllerAction oldAction, ControllerAction newAction) Replaces a given action with the specified action.void
ControllerActionVisitor.visit
(ControllerAction action) -
Uses of ControllerAction in repast.simphony.engine.environment
Modifier and TypeClassDescriptionclass
A null implementation of a ControllerAction.Modifier and TypeFieldDescriptionstatic final ControllerAction
ControllerRegistry.ACTION_TREE_ROOT
Modifier and TypeMethodDescriptionControllerRegistry.findAction
(Object contextID, String actionID) Finds a registered action.Modifier and TypeMethodDescriptionControllerRegistry.getActionTree
(Object contextTypeID) Returns the root node for the tree of actions that occur for a specified context type.Modifier and TypeMethodDescriptionvoid
ControllerRegistry.addAction
(Object contextId, ControllerAction parent, ControllerAction action) Adds an action to those for the specified context, under the specified parent action.void
ControllerRegistry.registerAction
(Object contextID, String id, ControllerAction action) Registers an action so that it can be found later.boolean
ControllerRegistry.removeAction
(Object contextId, ControllerAction action) Removes an action.void
ControllerRegistry.replaceAction
(Object contextId, ControllerAction oldAction, ControllerAction newAction) Replaces a given action with the specified action. -
Uses of ControllerAction in repast.simphony.freezedry.engine
-
Uses of ControllerAction in repast.simphony.freezedry.wizard
-
Uses of ControllerAction in repast.simphony.gis.engine
Modifier and TypeClassDescriptionclass
Geography Projection Data Controller used to init the Geography projection. -
Uses of ControllerAction in repast.simphony.gis.visualization.engine
Modifier and TypeMethodDescriptionGISVizCompositeControllerActionCreator.createControllerAction()
-
Uses of ControllerAction in repast.simphony.plugin
Modifier and TypeMethodDescriptionCompositeControllerActionCreator.createControllerAction()
Creates the composite controller action. -
Uses of ControllerAction in repast.simphony.scenario
Modifier and TypeClassDescriptionclass
AbstractControllerActionIO<T extends ControllerAction>
interface
ActionSaver<T extends ControllerAction>
Interface for classes that can persist ControllerActions.class
DefaultActionLoader<T extends ControllerAction>
class
DefaultActionSaver<T extends ControllerAction>
class
DefaultControllerActionIO<T extends ControllerAction>
Modifier and TypeMethodDescriptionprotected ControllerAction
DefaultActionLoader.createAction
(T data, Scenario scenario) protected abstract ControllerAction
ObjectActionLoader.createAction
(T data, Scenario scenario) Modifier and TypeMethodDescriptionScenario.getMasterControllerActions()
Gets all the user added master controller actions.Modifier and TypeMethodDescriptionvoid
Scenario.addMasterControllerAction
(ControllerAction action) Adds the specified ControllerAction to the master context.void
Scenario.removeMasterControllerAction
(ControllerAction action) Removes the specified ControllerAction to the master context. -
Uses of ControllerAction in repast.simphony.ui.plugin
Modifier and TypeInterfaceDescriptioninterface
ActionEditorCreator<T extends ControllerAction>
Interface for classes that create action editors.Modifier and TypeMethodDescriptionvoid
CompositeActionEditorExtensions.addUI
(ControllerAction action, String label) void
CompositeActionEditorExtensions.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.editor
Modifier and TypeClassDescriptionclass
AbstractWizardActionUI<T extends ControllerAction>
This is a simple abstractActionUI
implementation that is to be used for ui's where the editor is based on a set ofPanelWizardStep
s.class
AbstractWizardEditor<T extends ControllerAction>
This is an abstractEditor
implementation that is to be used for ui's where the editor is based on a set ofPanelWizardStep
s. -
Uses of ControllerAction in repast.simphony.ui.tree
Modifier and TypeMethodDescriptionvoid
ScenarioTreeEvent.addActionToTree
(ControllerAction action) void
ScenarioTree.addControllerAction
(int row, ControllerAction action) void
ScenarioTreeEvent.removeActionFromTree
(ControllerAction action) void
ScenarioTree.removeNode
(ControllerAction action) -
Uses of ControllerAction in repast.simphony.userpanel.ui
Modifier and TypeMethodDescriptionprotected ControllerAction
UserPanelControllerActionIO.UserPanelActionLoader.createAction
(UserPanelDescriptor descriptor, Scenario scenario) UserPanelCompositeControllerActionCreator.createControllerAction()
-
Uses of ControllerAction in repast.simphony.visualization.engine
Modifier and TypeClassDescriptionclass
Component action for a display.Modifier and TypeMethodDescriptionprotected ControllerAction
DisplayControllerActionIO.DisplayActionLoader.createAction
(DisplayDescriptor descriptor, Scenario scenario) DisplayCompositeActionCreator.createControllerAction()
-
Uses of ControllerAction in repast.simphony.ws
Modifier and TypeClassDescriptionclass
ControllerAction for creating DataServers.class