Uses of Interface
repast.simphony.engine.environment.RunEnvironmentBuilder
Packages that use RunEnvironmentBuilder
Package
Description
-
Uses of RunEnvironmentBuilder in repast.simphony.batch
Methods in repast.simphony.batch with parameters of type RunEnvironmentBuilderModifier and TypeMethodDescriptionBatchScenario.createRegistry
(RunEnvironmentBuilder builder) Creates a ControllerRegistry from this BatchScenario. -
Uses of RunEnvironmentBuilder in repast.simphony.engine.controller
Constructors in repast.simphony.engine.controller with parameters of type RunEnvironmentBuilderModifierConstructorDescriptionDefaultController
(RunEnvironmentBuilder runEnvironmentBuilder) TODO: fill this inDefaultController
(RunEnvironmentBuilder runEnvironmentBuilder, int runNumber) -
Uses of RunEnvironmentBuilder in repast.simphony.engine.environment
Classes in repast.simphony.engine.environment that implement RunEnvironmentBuilderModifier and TypeClassDescriptionclass
Builder for creating a RunEnvironment object.Fields in repast.simphony.engine.environment declared as RunEnvironmentBuilderModifier and TypeFieldDescriptionprotected RunEnvironmentBuilder
AbstractRunner.environmentBuilder
Methods in repast.simphony.engine.environment with parameters of type RunEnvironmentBuilderModifier and TypeMethodDescriptionvoid
AbstractRunner.setEnvironmentBuilder
(RunEnvironmentBuilder environment) void
Runner.setEnvironmentBuilder
(RunEnvironmentBuilder environment) -
Uses of RunEnvironmentBuilder in repast.simphony.relogo
Methods in repast.simphony.relogo with parameters of type RunEnvironmentBuilderModifier and TypeMethodDescriptionvoid
ReLogoInitializer.initialize
(Scenario scen, RunEnvironmentBuilder builder) -
Uses of RunEnvironmentBuilder in repast.simphony.scenario
Methods in repast.simphony.scenario with parameters of type RunEnvironmentBuilderModifier and TypeMethodDescriptionvoid
ModelInitializer.initialize
(Scenario scen, RunEnvironmentBuilder builder) Initializes the model context using the specified Scenario and RunEnviromentBuilder.ScenarioLoader.load
(RunEnvironmentBuilder builder) -
Uses of RunEnvironmentBuilder in repast.simphony.ws
Methods in repast.simphony.ws with parameters of type RunEnvironmentBuilderModifier and TypeMethodDescriptionvoid
WSInitializer.initialize
(Scenario scenario, RunEnvironmentBuilder builder) This is ran after the model has been loaded.void
ScheduleRunner.setEnvironmentBuilder
(RunEnvironmentBuilder environment)