Uses of Interface
repast.simphony.engine.environment.ControllerRegistry
Packages that use ControllerRegistry
Package
Description
-
Uses of ControllerRegistry in repast.simphony.batch
Methods in repast.simphony.batch that return ControllerRegistryModifier and TypeMethodDescriptionBatchScenario.createRegistry
(RunEnvironmentBuilder builder) Creates a ControllerRegistry from this BatchScenario.Methods in repast.simphony.batch with parameters of type ControllerRegistryModifier and TypeMethodDescriptionprotected void
BatchScenarioLoader.addParentActions
(ContextData contextData, ControllerRegistry registry) -
Uses of ControllerRegistry in repast.simphony.data2.util
Methods in repast.simphony.data2.util with parameters of type ControllerRegistryModifier 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
Methods in repast.simphony.dataLoader.engine with parameters of type ControllerRegistryModifier 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
Classes in repast.simphony.engine.controller that implement ControllerRegistryMethods in repast.simphony.engine.controller that return ControllerRegistryModifier 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.Methods in repast.simphony.engine.controller with parameters of type ControllerRegistryModifier 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
Methods in repast.simphony.engine.environment that return ControllerRegistryModifier and TypeMethodDescriptionControllerRegistry.clone()
RunState.getControllerRegistry()
Retrieves theControllerRegistry
used to setup and teardown the simulation.Methods in repast.simphony.engine.environment with parameters of type ControllerRegistryModifier and TypeMethodDescriptionvoid
RunState.setControllerRegistry
(ControllerRegistry controllerRegistry) Sets theControllerRegistry
used to setup and teardown the simulation. -
Uses of ControllerRegistry in repast.simphony.parameter
Methods in repast.simphony.parameter with parameters of type ControllerRegistryModifier 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
Methods in repast.simphony.parameter.bsf with parameters of type ControllerRegistryModifier 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
Methods in repast.simphony.parameter.groovy with parameters of type ControllerRegistryModifier 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
Methods in repast.simphony.parameter.optimizer with parameters of type ControllerRegistryModifier and TypeMethodDescriptionprotected void
OptimizedParameterSweeper.addResultProducerAction
(ControllerRegistry registry, Object masterContextId) Constructors in repast.simphony.parameter.optimizer with parameters of type ControllerRegistryModifierConstructorDescriptionOptimizedParameterSweeper
(ControllerRegistry registry, Object masterContextId) OptimizedParameterSweeper
(ControllerRegistry registry, Object masterContextId, OptimizedParameterSweeper.DefaultAdvanceChooser chooser) -
Uses of ControllerRegistry in repast.simphony.parameter.xml
Methods in repast.simphony.parameter.xml with parameters of type ControllerRegistryModifier 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
Methods in repast.simphony.plugin with parameters of type ControllerRegistryModifier and TypeMethodDescriptionvoid
ControllerActionExtensions.addParentControllerActions
(Object contextID, ControllerRegistry registry) -
Uses of ControllerRegistry in repast.simphony.scenario
Fields in repast.simphony.scenario declared as ControllerRegistryMethods in repast.simphony.scenario that return ControllerRegistryModifier 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) Methods in repast.simphony.scenario with parameters of type ControllerRegistryModifier 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) Constructors in repast.simphony.scenario with parameters of type ControllerRegistryModifierConstructorDescriptionScenarioSaver
(ControllerRegistry registry, File scenarioDir, ContextData rootContext) -
Uses of ControllerRegistry in repast.simphony.ui
Methods in repast.simphony.ui that return ControllerRegistryModifier and TypeMethodDescriptionIControllerRegistryBuilder.buildRegistry
(ControllerRegistry registry) Methods in repast.simphony.ui with parameters of type ControllerRegistryModifier and TypeMethodDescriptionIControllerRegistryBuilder.buildRegistry
(ControllerRegistry registry) -
Uses of ControllerRegistry in repast.simphony.ui.tree
Methods in repast.simphony.ui.tree that return ControllerRegistryMethods in repast.simphony.ui.tree with parameters of type ControllerRegistryModifier and TypeMethodDescriptionvoid
ScenarioTree.setControllerRegistry
(Scenario scenario, ControllerRegistry registry) Constructors in repast.simphony.ui.tree with parameters of type ControllerRegistryModifierConstructorDescriptionScenarioTreeEvent
(Object contextID, Scenario scenario, ControllerRegistry registry, ScenarioTree tree, int row)