Uses of Interface
repast.simphony.engine.environment.ControllerRegistry
Package
Description
-
Uses of ControllerRegistry in repast.simphony.batch
Modifier and TypeMethodDescriptionBatchScenario.createRegistry
(RunEnvironmentBuilder builder) Creates a ControllerRegistry from this BatchScenario.Modifier and TypeMethodDescriptionprotected void
BatchScenarioLoader.addParentActions
(ContextData contextData, ControllerRegistry registry) -
Uses of ControllerRegistry in repast.simphony.data2.util
Modifier and TypeMethodDescriptionstatic List<DataSetDescriptor>
DataUtilities.getDataSetDescriptors
(ControllerRegistry reg, Object contextId) Gets a list of the data set descriptors defined for the specified context. -
Uses of ControllerRegistry in repast.simphony.dataLoader.engine
Modifier and TypeMethodDescriptionvoid
CNDataLoaderActionLoader.performLoad
(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) void
DFDataLoaderActionLoader.performLoad
(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) void
XMLDataLoaderActionLoader.performLoad
(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) -
Uses of ControllerRegistry in repast.simphony.engine.controller
Modifier and TypeMethodDescriptionDefaultControllerRegistry.clone()
Controller.getControllerRegistry()
Retrieves the registry ofControllerAction
s that the controller will run.DefaultController.getControllerRegistry()
Retrieves the registry ofControllerAction
s that the controller will run.Modifier and TypeMethodDescriptionvoid
Controller.setControllerRegistry
(ControllerRegistry controllerRegistry) Sets the registry ofControllerAction
s that the controller will run.void
DefaultController.setControllerRegistry
(ControllerRegistry controllerRegistry) Sets the registry ofControllerAction
s that the controller will run. -
Uses of ControllerRegistry in repast.simphony.engine.environment
Modifier and TypeMethodDescriptionControllerRegistry.clone()
RunState.getControllerRegistry()
Retrieves theControllerRegistry
used to setup and teardown the simulation.Modifier and TypeMethodDescriptionvoid
RunState.setControllerRegistry
(ControllerRegistry controllerRegistry) Sets theControllerRegistry
used to setup and teardown the simulation. -
Uses of ControllerRegistry in repast.simphony.parameter
Modifier and TypeMethodDescriptionvoid
SweeperProducer.init
(ControllerRegistry registry, Object masterContextId) Initializes the producer with the controller registry and master context id. -
Uses of ControllerRegistry in repast.simphony.parameter.bsf
Modifier and TypeMethodDescriptionvoid
ScriptRunner.init
(ControllerRegistry registry, Object masterContextId) Initializes the producer with the controller registry and master context id. -
Uses of ControllerRegistry in repast.simphony.parameter.groovy
Modifier and TypeMethodDescriptionvoid
GroovyRunner.init
(ControllerRegistry registry, Object masterContextId) Initializes the producer with the controller registry and master context id. -
Uses of ControllerRegistry in repast.simphony.parameter.optimizer
Modifier and TypeMethodDescriptionprotected void
OptimizedParameterSweeper.addResultProducerAction
(ControllerRegistry registry, Object masterContextId) ModifierConstructorDescriptionOptimizedParameterSweeper
(ControllerRegistry registry, Object masterContextId) OptimizedParameterSweeper
(ControllerRegistry registry, Object masterContextId, OptimizedParameterSweeper.DefaultAdvanceChooser chooser) -
Uses of ControllerRegistry in repast.simphony.parameter.xml
Modifier and TypeMethodDescriptionvoid
AbstractXMLSweeperProducer.init
(ControllerRegistry registry, Object masterContextId) Initializes the producer with the controller registry and master context id.void
OptimizedXMLSweeperProducer.init
(ControllerRegistry registry, Object masterContextId) Initializes the producer with the controller registry and master context id. -
Uses of ControllerRegistry in repast.simphony.plugin
Modifier and TypeMethodDescriptionvoid
ControllerActionExtensions.addParentControllerActions
(Object contextID, ControllerRegistry registry) -
Uses of ControllerRegistry in repast.simphony.scenario
Modifier and TypeMethodDescriptionScenario.getControllerRegistry()
ScenarioFileLoader.load
(File scenarioDir, Scenario scenario, ControllerRegistry registry) Loads serialized actions into the specified ControllerRegistry and returns that registry.ScenarioLoader.load
(RunEnvironmentBuilder builder) Modifier and TypeMethodDescriptionprotected void
ScenarioLoader.addContextsToRegistry
(ControllerRegistry registry, ContextData parent) protected void
ScenarioLoader.addParentActions
(ContextData context, ControllerRegistry registry) ScenarioFileLoader.load
(File scenarioDir, Scenario scenario, ControllerRegistry registry) Loads serialized actions into the specified ControllerRegistry and returns that registry.void
AbstractActionLoader.loadAction
(com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) void
ActionLoader.loadAction
(com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) protected abstract void
AbstractActionLoader.performLoad
(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) protected void
ObjectActionLoader.performLoad
(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) void
Scenario.setControllerRegistry
(ControllerRegistry registry) ModifierConstructorDescriptionScenarioSaver
(ControllerRegistry registry, File scenarioDir, ContextData rootContext) -
Uses of ControllerRegistry in repast.simphony.ui
Modifier and TypeMethodDescriptionIControllerRegistryBuilder.buildRegistry
(ControllerRegistry registry) Modifier and TypeMethodDescriptionIControllerRegistryBuilder.buildRegistry
(ControllerRegistry registry) -
Uses of ControllerRegistry in repast.simphony.ui.tree
Modifier and TypeMethodDescriptionvoid
ScenarioTree.setControllerRegistry
(Scenario scenario, ControllerRegistry registry) ModifierConstructorDescriptionScenarioTreeEvent
(Object contextID, Scenario scenario, ControllerRegistry registry, ScenarioTree tree, int row)