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 TypeClassDescriptionclassBuilder for creating a RunEnvironment object.Fields in repast.simphony.engine.environment declared as RunEnvironmentBuilderModifier and TypeFieldDescriptionprotected RunEnvironmentBuilderAbstractRunner.environmentBuilderMethods in repast.simphony.engine.environment with parameters of type RunEnvironmentBuilderModifier and TypeMethodDescriptionvoidAbstractRunner.setEnvironmentBuilder(RunEnvironmentBuilder environment) voidRunner.setEnvironmentBuilder(RunEnvironmentBuilder environment) -
Uses of RunEnvironmentBuilder in repast.simphony.relogo
Methods in repast.simphony.relogo with parameters of type RunEnvironmentBuilderModifier and TypeMethodDescriptionvoidReLogoInitializer.initialize(Scenario scen, RunEnvironmentBuilder builder) -
Uses of RunEnvironmentBuilder in repast.simphony.scenario
Methods in repast.simphony.scenario with parameters of type RunEnvironmentBuilderModifier and TypeMethodDescriptionvoidModelInitializer.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 TypeMethodDescriptionvoidWSInitializer.initialize(Scenario scenario, RunEnvironmentBuilder builder) This is ran after the model has been loaded.voidScheduleRunner.setEnvironmentBuilder(RunEnvironmentBuilder environment)