Package repast.simphony.ws
Class WSInitializer
java.lang.Object
repast.simphony.ws.WSInitializer
- All Implemented Interfaces:
ModelInitializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(Scenario scenario, RunEnvironmentBuilder builder) This is ran after the model has been loaded.
-
Constructor Details
-
WSInitializer
public WSInitializer()
-
-
Method Details
-
initialize
This is ran after the model has been loaded. This is only ran once, but the settings set through the {@link repast.simphony..scenario.Scenario} will apply to every run of the simulation.- Specified by:
initialize
in interfaceModelInitializer
- Parameters:
scenario
- the {@link repast.simphony..scenario.Scenario} object that hold settings for the runbuilder
- the builder used to create parts of the runtime enviroment
-