Uses of Class
adams.data.io.input.AbstractObjectReader
-
Packages that use AbstractObjectReader Package Description adams.data.io.input adams.data.io.output adams.flow.standalone adams.flow.transformer adams.gui.chooser adams.gui.workspace -
-
Uses of AbstractObjectReader in adams.data.io.input
Subclasses of AbstractObjectReader in adams.data.io.input Modifier and Type Class Description classCommandlineReaderLoads objects using the commandline store in the file.classNestedCommandlineReaderLoads objects using the commandline store in the file (nested format).classSerializableObjectReaderLoads aSerializableObject.classSerializedObjectReaderLoads objects using Java serialization.classWekaClassifierModelReaderReads Weka classifiers from serialized files.classXStreamReaderLoads objects using XStream. -
Uses of AbstractObjectReader in adams.data.io.output
Methods in adams.data.io.output that return AbstractObjectReader Modifier and Type Method Description abstract AbstractObjectReaderAbstractObjectWriter. getCorrespondingReader()Returns, if available, the corresponding reader.AbstractObjectReaderCommandlineWriter. getCorrespondingReader()Returns, if available, the corresponding reader.AbstractObjectReaderJavaInstantiationWriter. getCorrespondingReader()Returns, if available, the corresponding reader.AbstractObjectReaderNestedCommandlineWriter. getCorrespondingReader()Returns, if available, the corresponding reader.AbstractObjectReaderSerializableObjectWriter. getCorrespondingReader()Returns, if available, the corresponding reader.AbstractObjectReaderSerializedObjectWriter. getCorrespondingReader()Returns, if available, the corresponding reader.AbstractObjectReaderSimpleJavaInstantiationWriter. getCorrespondingReader()Returns, if available, the corresponding reader.AbstractObjectReaderXStreamWriter. getCorrespondingReader()Returns, if available, the corresponding reader. -
Uses of AbstractObjectReader in adams.flow.standalone
Fields in adams.flow.standalone declared as AbstractObjectReader Modifier and Type Field Description protected AbstractObjectReaderDeserializeToStorage. m_Readerthe object reader to use.Methods in adams.flow.standalone that return AbstractObjectReader Modifier and Type Method Description AbstractObjectReaderDeserializeToStorage. getReader()Returns the reader to use for loading the model.Methods in adams.flow.standalone with parameters of type AbstractObjectReader Modifier and Type Method Description voidDeserializeToStorage. setReader(AbstractObjectReader value)Sets the reader to use for loading the model. -
Uses of AbstractObjectReader in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractObjectReader Modifier and Type Field Description protected AbstractObjectReaderDeserialize. m_Readerthe object reader to use.Methods in adams.flow.transformer that return AbstractObjectReader Modifier and Type Method Description AbstractObjectReaderDeserialize. getReader()Returns the reader to use for loading the object.Methods in adams.flow.transformer with parameters of type AbstractObjectReader Modifier and Type Method Description voidDeserialize. setReader(AbstractObjectReader value)Sets the reader to use for loading the object. -
Uses of AbstractObjectReader in adams.gui.chooser
Methods in adams.gui.chooser that return AbstractObjectReader Modifier and Type Method Description protected AbstractObjectReaderObjectFileChooser. getDefaultReader()Returns the default reader.protected AbstractObjectReaderSerializationFileChooser. getDefaultReader()Returns the default reader.AbstractObjectReaderObjectFileChooser. getObjectReader()Returns the current object reader.AbstractObjectReaderSerializationFileChooser. getObjectReader()Returns the current object reader.AbstractObjectReaderObjectFileChooser. getReaderForFile(File file)Returns the reader for the specified file.AbstractObjectReaderSerializationFileChooser. getReaderForFile(File file)Returns the reader for the specified file.static AbstractObjectReaderObjectFileChooser. readerForFile(File file)Returns the reader for the specified file.static AbstractObjectReaderSerializationFileChooser. readerForFile(File file)Returns the reader for the specified file. -
Uses of AbstractObjectReader in adams.gui.workspace
Methods in adams.gui.workspace with parameters of type AbstractObjectReader Modifier and Type Method Description voidAbstractWorkspaceHelper. read(File file, AbstractObjectReader reader, M manager, MessageCollection errors)Reads the session and initializes the manager panel.
-