adams.data.featuregenerator
Class PassThrough
java.lang.Object
adams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.data.featuregenerator.AbstractFeatureGenerator
adams.data.featuregenerator.PassThrough
- All Implemented Interfaces:
- Debuggable, Destroyable, OptionHandler, ShallowCopySupporter<AbstractFeatureGenerator>, SizeOfHandler, Serializable, Comparable
public class PassThrough
- extends AbstractFeatureGenerator
A dummy generator that just passes the data through. No modifications to the report whatsoever.
Valid options are:
-D (property: debug)
If set to true, scheme may output additional info to the console.
- Version:
- $Revision: 6027 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
| Methods inherited from class adams.data.featuregenerator.AbstractFeatureGenerator |
addFeature, addFeature, checkData, cleanUp, compareTo, defineOptions, equals, forCommandLine, forName, generate, getDefaultPrefix, getGenerators, getPrefix, prefixTipText, reset, setPrefix, shallowCopy, shallowCopy |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, setDebugLevel, toCommandLine, toString |
PassThrough
public PassThrough()
globalInfo
public String globalInfo()
- Returns a string describing the object.
- Specified by:
globalInfo in class AbstractOptionHandler
- Returns:
- a description suitable for displaying in the gui
processData
protected Heatmap processData(Heatmap data)
- Does nothing with the report.
- Specified by:
processData in class AbstractFeatureGenerator
- Parameters:
data - the data to process
- Returns:
- the processed data
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.