Package adams.data.multireportfilter
Class PassThrough
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.data.multireportfilter.AbstractMultiSpectrumReportFilter
-
- adams.data.multireportfilter.PassThrough
-
- All Implemented Interfaces:
adams.core.CleanUpHandler,adams.core.Destroyable,adams.core.GlobalInfoSupporter,adams.core.logging.LoggingLevelHandler,adams.core.logging.LoggingSupporter,adams.core.option.OptionHandler,adams.core.ShallowCopySupporter<AbstractMultiSpectrumReportFilter>,adams.core.SizeOfHandler,Serializable,Comparable
public class PassThrough extends AbstractMultiSpectrumReportFilter
Dummy filter, does nothing.
-logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel) The logging level for outputting errors and debugging output. default: WARNING
- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PassThrough()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringglobalInfo()Returns a string describing the object.protected MultiSpectrumprocessData(MultiSpectrum data)Performs the actual filtering.-
Methods inherited from class adams.data.multireportfilter.AbstractMultiSpectrumReportFilter
checkData, cleanUp, compareTo, destroy, equals, filter, forCommandLine, forName, getFilters, reset, shallowCopy, shallowCopy
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, defineOptions, finishInit, getDefaultLoggingLevel, getOptionManager, initialize, 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:
globalInfoin interfaceadams.core.GlobalInfoSupporter- Specified by:
globalInfoin classadams.core.option.AbstractOptionHandler- Returns:
- a description suitable for displaying in the gui
-
processData
protected MultiSpectrum processData(MultiSpectrum data)
Performs the actual filtering.- Specified by:
processDatain classAbstractMultiSpectrumReportFilter- Parameters:
data- the data to filter- Returns:
- the filtered data, null if failed to generate output
-
-