Package repast.simphony.scenario
Class ScenarioSaver
java.lang.Object
repast.simphony.scenario.ScenarioSaver
Saves a scenario, that is, this serializes the scenario action tree.
- Author:
- Nick Collier
-
Constructor Summary
ConstructorDescriptionScenarioSaver
(ControllerRegistry registry, File scenarioDir, ContextData rootContext) -
Method Summary
-
Constructor Details
-
ScenarioSaver
-
-
Method Details
-
save
public void save(ActionExtensions ext, Scenario scenario) throws Exception, org.apache.velocity.exception.ParseErrorException - Throws:
Exception
org.apache.velocity.exception.ParseErrorException
-