Package repast.simphony.batch
Interface BatchScenarioCreator
public interface BatchScenarioCreator
Interface for classes that can create BatchScenarios. Users will
 implement this class in order to have their BatchScenario run.
- Version:
 - $Revision$ $Date$
 - Author:
 - Nick Collier
 
- 
Method Summary
Modifier and TypeMethodDescriptionCreates a BatchScenario suitable for running by the BatchRunner. 
- 
Method Details
- 
createScenario
BatchScenario createScenario()Creates a BatchScenario suitable for running by the BatchRunner.- Returns:
 - a BatchScenario suitable for running by the BatchRunner.
 
 
 -