Package repast.simphony.batch
Class ClusterOutputFinder
java.lang.Object
repast.simphony.batch.ClusterOutputFinder
Used to find output files from InstanceRunner runs using patterns from file
sinks and custom output patterns.
- Author:
- jozik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClusterOutputFinder
public ClusterOutputFinder()
-
-
Method Details
-
run
public void run(String instanceParentDir, String configFile, String scenarioDir, String outputFile) throws FileNotFoundException, IOException, StatusException, XMLStreamException Runs the cluster output finder.- Parameters:
instanceParentDir
- parent of instance directoriesconfigFile
- config.props filescenarioDir
- scenario.rs folderoutputFile
- output file containing all outputs relative to the instanceParentDir- Throws:
FileNotFoundException
IOException
StatusException
XMLStreamException
-
main
public static void main(String[] args) throws FileNotFoundException, IOException, StatusException, XMLStreamException
-