Package adams.data.io.output
Class XrffSpreadSheetWriter
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.data.io.output.AbstractSpreadSheetWriter
-
- adams.data.io.output.AbstractWekaSpreadSheetWriter
-
- adams.data.io.output.XrffSpreadSheetWriter
-
- All Implemented Interfaces:
adams.core.AdditionalInformationHandler
,adams.core.Destroyable
,adams.core.GlobalInfoSupporter
,adams.core.io.EncodingSupporter
,adams.core.logging.LoggingLevelHandler
,adams.core.logging.LoggingSupporter
,adams.core.option.OptionHandler
,adams.core.SizeOfHandler
,adams.core.Stoppable
,adams.core.StoppableWithFeedback
,adams.data.io.output.SpreadSheetWriter
,Serializable
public class XrffSpreadSheetWriter extends AbstractWekaSpreadSheetWriter
Writes a spreadsheet in XRFF file format.
Valid options are:
-D <int> (property: debugLevel) The greater the number the more additional info the scheme may output to the console (0 = off). default: 0 minimum: 0
- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.data.io.output.AbstractWekaSpreadSheetWriter
m_Saver
-
-
Constructor Summary
Constructors Constructor Description XrffSpreadSheetWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description adams.data.io.input.SpreadSheetReader
getCorrespondingReader()
Returns, if available, the corresponding reader.String
globalInfo()
Returns a string describing the object.protected weka.core.converters.AbstractFileSaver
newSaver()
Returns an instance of the file loader.-
Methods inherited from class adams.data.io.output.AbstractWekaSpreadSheetWriter
doWrite, getFormatDescription, getFormatExtensions, getOutputType, initialize
-
Methods inherited from class adams.data.io.output.AbstractSpreadSheetWriter
canCompress, doWrite, doWrite, encodingTipText, getAdditionalInformation, getDefaultFormatExtension, getEncoding, getWriters, isStopped, preWriteFile, reset, setEncoding, stopExecution, supportsCompressedOutput, write, write, write, write
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, defineOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, loggingLevelTipText, newOptionManager, setLoggingLevel, toCommandLine, toString
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
-
-
-
Method Detail
-
globalInfo
public String globalInfo()
Returns a string describing the object.- Specified by:
globalInfo
in interfaceadams.core.GlobalInfoSupporter
- Specified by:
globalInfo
in classadams.core.option.AbstractOptionHandler
- Returns:
- a description suitable for displaying in the gui
-
getCorrespondingReader
public adams.data.io.input.SpreadSheetReader getCorrespondingReader()
Returns, if available, the corresponding reader.- Returns:
- the reader, null if none available
-
newSaver
protected weka.core.converters.AbstractFileSaver newSaver()
Returns an instance of the file loader.- Specified by:
newSaver
in classAbstractWekaSpreadSheetWriter
- Returns:
- the file loader
-
-