Package repast.simphony.dataLoader
Class DataLoaderScenarioCreatorExtension
java.lang.Object
repast.simphony.dataLoader.DataLoaderScenarioCreatorExtension
- All Implemented Interfaces:
ScenarioCreatorExtension
Automatically adds a class name data loader action entry to the created
scenario, if the implemention in the score file is a DataLoader.
TODO determine what, if any, of this functionality is required -ert.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAutomatically adds a class name data loader action entry to the created scenario, if the implemention in the score file is a DataLoader.
-
Constructor Details
-
DataLoaderScenarioCreatorExtension
public DataLoaderScenarioCreatorExtension()
-
-
Method Details
-
run
Automatically adds a class name data loader action entry to the created scenario, if the implemention in the score file is a DataLoader.- Specified by:
run
in interfaceScenarioCreatorExtension
- 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
-