Package likelihoodDetectionModule
Class TargetConfigurationExporter
java.lang.Object
likelihoodDetectionModule.TargetConfigurationExporter
The Class TargetConfigurationExporter. This is used to export a target configuration
to disk as an ASCII file.
-
Constructor Summary
ConstructorsConstructorDescriptionTargetConfigurationExporter(String absoluteFileName) Instantiates a new target configuration exporter. -
Method Summary
Modifier and TypeMethodDescriptionbooleandoExport(TargetConfiguration config) Do export.booleanexport(ArrayList<TargetConfiguration> configs) Export a bunch of target configurations at once.
-
Constructor Details
-
TargetConfigurationExporter
Instantiates a new target configuration exporter.- Parameters:
absoluteFileName- The absolute file name.
-
-
Method Details
-
doExport
Do export.- Parameters:
config- The configuration to export.- Returns:
- true, if successful
-
export
Export a bunch of target configurations at once.- Parameters:
configs- the configs- Returns:
- true, if successful
-