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
ConstructorDescriptionTargetConfigurationExporter
(String absoluteFileName) Instantiates a new target configuration exporter. -
Method Summary
Modifier and TypeMethodDescriptionboolean
doExport
(TargetConfiguration config) Do export.boolean
export
(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
-