Uses of Interface
repast.simphony.engine.environment.RunEnvironmentBuilder
Package
Description
-
Uses of RunEnvironmentBuilder in repast.simphony.batch
Modifier and TypeMethodDescriptionBatchScenario.createRegistry
(RunEnvironmentBuilder builder) Creates a ControllerRegistry from this BatchScenario. -
Uses of RunEnvironmentBuilder in repast.simphony.engine.controller
ModifierConstructorDescriptionDefaultController
(RunEnvironmentBuilder runEnvironmentBuilder) TODO: fill this inDefaultController
(RunEnvironmentBuilder runEnvironmentBuilder, int runNumber) -
Uses of RunEnvironmentBuilder in repast.simphony.engine.environment
Modifier and TypeClassDescriptionclass
Builder for creating a RunEnvironment object.Modifier and TypeFieldDescriptionprotected RunEnvironmentBuilder
AbstractRunner.environmentBuilder
Modifier and TypeMethodDescriptionvoid
AbstractRunner.setEnvironmentBuilder
(RunEnvironmentBuilder environment) void
Runner.setEnvironmentBuilder
(RunEnvironmentBuilder environment) -
Uses of RunEnvironmentBuilder in repast.simphony.relogo
Modifier and TypeMethodDescriptionvoid
ReLogoInitializer.initialize
(Scenario scen, RunEnvironmentBuilder builder) -
Uses of RunEnvironmentBuilder in repast.simphony.scenario
Modifier 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
Modifier and TypeMethodDescriptionvoid
WSInitializer.initialize
(Scenario scenario, RunEnvironmentBuilder builder) This is ran after the model has been loaded.void
ScheduleRunner.setEnvironmentBuilder
(RunEnvironmentBuilder environment)