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 voidBatchScenarioLoader.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 TypeMethodDescriptionvoidCNDataLoaderActionLoader.performLoad(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) voidDFDataLoaderActionLoader.performLoad(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) voidXMLDataLoaderActionLoader.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 ofControllerActions that the controller will run.DefaultController.getControllerRegistry()Retrieves the registry ofControllerActions that the controller will run.Methods in repast.simphony.engine.controller with parameters of type ControllerRegistryModifier and TypeMethodDescriptionvoidController.setControllerRegistry(ControllerRegistry controllerRegistry) Sets the registry ofControllerActions that the controller will run.voidDefaultController.setControllerRegistry(ControllerRegistry controllerRegistry) Sets the registry ofControllerActions 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 theControllerRegistryused to setup and teardown the simulation.Methods in repast.simphony.engine.environment with parameters of type ControllerRegistryModifier and TypeMethodDescriptionvoidRunState.setControllerRegistry(ControllerRegistry controllerRegistry) Sets theControllerRegistryused to setup and teardown the simulation. -
Uses of ControllerRegistry in repast.simphony.parameter
Methods in repast.simphony.parameter with parameters of type ControllerRegistryModifier and TypeMethodDescriptionvoidSweeperProducer.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 TypeMethodDescriptionvoidScriptRunner.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 TypeMethodDescriptionvoidGroovyRunner.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 voidOptimizedParameterSweeper.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 TypeMethodDescriptionvoidAbstractXMLSweeperProducer.init(ControllerRegistry registry, Object masterContextId) Initializes the producer with the controller registry and master context id.voidOptimizedXMLSweeperProducer.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 TypeMethodDescriptionvoidControllerActionExtensions.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 voidScenarioLoader.addContextsToRegistry(ControllerRegistry registry, ContextData parent) protected voidScenarioLoader.addParentActions(ContextData context, ControllerRegistry registry) ScenarioFileLoader.load(File scenarioDir, Scenario scenario, ControllerRegistry registry) Loads serialized actions into the specified ControllerRegistry and returns that registry.voidAbstractActionLoader.loadAction(com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) voidActionLoader.loadAction(com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) protected abstract voidAbstractActionLoader.performLoad(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) protected voidObjectActionLoader.performLoad(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry) voidScenario.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 TypeMethodDescriptionvoidScenarioTree.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)