Uses of Class
adams.data.io.output.AbstractObjectWriter
-
Packages that use AbstractObjectWriter Package Description adams.data.io.input adams.data.io.output adams.flow.sink adams.gui.chooser adams.gui.workspace -
-
Uses of AbstractObjectWriter in adams.data.io.input
Methods in adams.data.io.input that return AbstractObjectWriter Modifier and Type Method Description abstract AbstractObjectWriterAbstractObjectReader. getCorrespondingWriter()Returns, if available, the corresponding writer.AbstractObjectWriterCommandlineReader. getCorrespondingWriter()Returns, if available, the corresponding writer.AbstractObjectWriterNestedCommandlineReader. getCorrespondingWriter()Returns, if available, the corresponding writer.AbstractObjectWriterSerializableObjectReader. getCorrespondingWriter()Returns, if available, the corresponding writer.AbstractObjectWriterSerializedObjectReader. getCorrespondingWriter()Returns, if available, the corresponding writer.AbstractObjectWriterWekaClassifierModelReader. getCorrespondingWriter()Returns, if available, the corresponding writer.AbstractObjectWriterXStreamReader. getCorrespondingWriter()Returns, if available, the corresponding writer. -
Uses of AbstractObjectWriter in adams.data.io.output
Subclasses of AbstractObjectWriter in adams.data.io.output Modifier and Type Class Description classCommandlineWriterWrites the commandline of objects to disk.classJavaInstantiationWriterGenerates Java code fromOptionHandlerobjects.classNestedCommandlineWriterWrites the commandline of objects to disk (in nested format).classSerializableObjectWriterWrites objects that implementSerializableObject.classSerializedObjectWriterWrites objects using Java serialization.classSimpleJavaInstantiationWriterGenerates Java code from objects, using their command-line options to instantiate them.classXStreamWriterUses XStream to serialze objects. -
Uses of AbstractObjectWriter in adams.flow.sink
Fields in adams.flow.sink declared as AbstractObjectWriter Modifier and Type Field Description protected AbstractObjectWriterSerialize. m_Writerthe object writer to use.Methods in adams.flow.sink that return AbstractObjectWriter Modifier and Type Method Description AbstractObjectWriterSerialize. getWriter()Returns the writer to use for saving the object.Methods in adams.flow.sink with parameters of type AbstractObjectWriter Modifier and Type Method Description voidSerialize. setWriter(AbstractObjectWriter value)Sets the writer to use for saving the object. -
Uses of AbstractObjectWriter in adams.gui.chooser
Methods in adams.gui.chooser that return AbstractObjectWriter Modifier and Type Method Description protected AbstractObjectWriterObjectFileChooser. getDefaultWriter()Returns the default writer.protected AbstractObjectWriterSerializationFileChooser. getDefaultWriter()Returns the default writer.AbstractObjectWriterObjectFileChooser. getObjectWriter()Returns the current object writer.AbstractObjectWriterSerializationFileChooser. getObjectWriter()Returns the current object writer.AbstractObjectWriterObjectFileChooser. getWriterForFile(File file)Returns the writer for the specified file.AbstractObjectWriterSerializationFileChooser. getWriterForFile(File file)Returns the writer for the specified file.static AbstractObjectWriterObjectFileChooser. writerForFile(File file)Returns the writer for the specified file.static AbstractObjectWriterSerializationFileChooser. writerForFile(File file)Returns the writer for the specified file. -
Uses of AbstractObjectWriter in adams.gui.workspace
Methods in adams.gui.workspace with parameters of type AbstractObjectWriter Modifier and Type Method Description StringAbstractWorkspaceHelper. write(M manager, File file, AbstractObjectWriter writer)Saves the panel session to the given file.
-