Package repast.simphony.batch.ssh
Class DefaultOutputPatternCreator
java.lang.Object
repast.simphony.batch.ssh.DefaultOutputPatternCreator
Creates the patterns for a default output file sink
 file name. These patterns are used to identify the 
 default simphony output.
- Author:
- Nick Collier
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultOutputPatternCreator(String basename, boolean hasTimestamp) Creates a DefaultOutputPatternCreator that will create output patterns for the specified basename.
- 
Method SummaryModifier and TypeMethodDescriptionGets the OutputPattern for the file sink output.Gets the OutputPattern for the parameter map file.
- 
Constructor Details- 
DefaultOutputPatternCreatorCreates a DefaultOutputPatternCreator that will create output patterns for the specified basename. For example, a basename of ModelOutput would correspond to instance output of ModelOutput.X.csv where X is a timestamp.
 
- 
- 
Method Details- 
getParamMapPatternGets the OutputPattern for the parameter map file.- Returns:
- the OutputPattern for the parameter map file.
 
- 
getFileSinkOutputPatternGets the OutputPattern for the file sink output.- Returns:
- the OutputPattern for the file sink output.
 
 
-