Package repast.simphony.scenario
Interface ScenarioCreatorExtension
- All Known Implementing Classes:
DataLoaderScenarioCreatorExtension
public interface ScenarioCreatorExtension
Interface for classes that want to add additional functionality to
the creation of a scenario file.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptionPerform some addition operation w/r to scenario file creation and return an optional ScenarioEntry that can be put in the scenario.xml file.
-
Method Details
-
run
Perform some addition operation w/r to scenario file creation and return an optional ScenarioEntry that can be put in the scenario.xml file.- Parameters:
scenarioPath
- the path to the scenario dir- Returns:
- optional ScenarioEntry that can be put in the scenario.xml file. This can be null.
- Throws:
Exception
-