public class SerializedExperiment extends AbstractExperimentFileHandler
m_Debug, m_LogListeners| Constructor and Description |
|---|
SerializedExperiment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatDescription()
A description of the file format.
|
String[] |
getFormatExtensions()
Returns the format extensions.
|
String |
globalInfo()
Description to be displayed in the GUI.
|
Experiment |
read(File file)
Reads an experiment from disk.
|
String |
write(Experiment exp,
File file)
Writes and experiment to disk.
|
getOptions, listOptions, setOptionsaddLogListener, debug, getLogListeners, handleException, log, removeLogListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLogListener, log, removeLogListenerpublic String globalInfo()
globalInfo in class AbstractExperimentFileHandlerpublic String getFormatDescription()
public String[] getFormatExtensions()
public Experiment read(File file)
read in interface ExperimentFileHandlerread in class AbstractExperimentFileHandlerfile - the file to loadpublic String write(Experiment exp, File file)
write in interface ExperimentFileHandlerwrite in class AbstractExperimentFileHandlerexp - the experiment to savefile - the file to save toCopyright © 2017. All Rights Reserved.