Uses of Class
adams.data.io.output.AbstractParameterMapWriter
-
Packages that use AbstractParameterMapWriter Package Description adams.data.io.output adams.gui.chooser -
-
Uses of AbstractParameterMapWriter in adams.data.io.output
Subclasses of AbstractParameterMapWriter in adams.data.io.output Modifier and Type Class Description classJsonParameterMapWriterWrites parameters in JSON format.classSerializedParameterMapWriterSerializes a parameter map to a file.classYamlParameterMapWriterReads the parameters in YAML format. -
Uses of AbstractParameterMapWriter in adams.gui.chooser
Methods in adams.gui.chooser that return AbstractParameterMapWriter Modifier and Type Method Description protected AbstractParameterMapWriterParameterMapFileChooser. getDefaultWriter()Returns the default writer.AbstractParameterMapWriterParameterMapFileChooser. getWriterForFile(File file)Returns the writer for the specified file.static AbstractParameterMapWriterParameterMapFileChooser. writerForFile(File file)Returns the writer for the specified file.
-