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 class
JsonParameterMapWriter
Writes parameters in JSON format.class
SerializedParameterMapWriter
Serializes a parameter map to a file.class
YamlParameterMapWriter
Reads 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 AbstractParameterMapWriter
ParameterMapFileChooser. getDefaultWriter()
Returns the default writer.AbstractParameterMapWriter
ParameterMapFileChooser. getWriterForFile(File file)
Returns the writer for the specified file.static AbstractParameterMapWriter
ParameterMapFileChooser. writerForFile(File file)
Returns the writer for the specified file.
-