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 Summary
ConstructorDescriptionDefaultOutputPatternCreator
(String basename, boolean hasTimestamp) Creates a DefaultOutputPatternCreator that will create output patterns for the specified basename. -
Method Summary
Modifier and TypeMethodDescriptionGets the OutputPattern for the file sink output.Gets the OutputPattern for the parameter map file.
-
Constructor Details
-
DefaultOutputPatternCreator
Creates 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
-
getParamMapPattern
Gets the OutputPattern for the parameter map file.- Returns:
- the OutputPattern for the parameter map file.
-
getFileSinkOutputPattern
Gets the OutputPattern for the file sink output.- Returns:
- the OutputPattern for the file sink output.
-