java.lang.Object
marf.Storage.StorageManager
marf.Preprocessing.Preprocessing
marf.Preprocessing.Dummy.Dummy
marf.Preprocessing.Dummy.Raw
- All Implemented Interfaces:
- marf.Preprocessing.IPreprocessing, marf.Storage.IStorageManager, java.io.Serializable
- public class Raw
- extends Dummy
Implements raw preprocessing module for testing purposes
that does not do any preprocessing.
$Id: Raw.java,v 1.8 2005/08/13 23:09:38 susan_fan Exp $
- Since:
- 0.3.0.2
- Version:
- $Revision: 1.8 $
|
Field Summary |
private static long |
serialVersionUID
For serialization versioning. |
| Methods inherited from class marf.Storage.StorageManager |
dump, dumpBinary, dumpCSV, dumpGzipBinary, dumpHTML, dumpSQL, dumpXML, enableDumpOnNotFound, getDefaultExtension, getDefaultExtension, getDumpMode, getFilename, restore, restoreBinary, restoreCSV, restoreGzipBinary, restoreHTML, restoreSQL, restoreXML, setDumpMode, setFilename |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- For serialization versioning.
When adding new members or make other structural
changes regenerate this number with the
serialver tool that comes with JDK.
- Since:
- 0.3.0.4
- See Also:
- Constant Field Values
Raw
public Raw(marf.Preprocessing.IPreprocessing poPreprocessing)
throws marf.Preprocessing.PreprocessingException
- Implementation of the preprocessing pipeline.
Raw
public Raw(marf.Storage.Sample poSample)
throws marf.Preprocessing.PreprocessingException
- Raw Constructor.
preprocess
public boolean preprocess()
throws marf.Preprocessing.PreprocessingException
- Raw implementation of
preprocess() for testing.
Does not do any preprocessing.
- Specified by:
preprocess in interface marf.Preprocessing.IPreprocessing- Overrides:
preprocess in class Dummy
getMARFSourceCodeRevision
public static java.lang.String getMARFSourceCodeRevision()
- Returns source code revision information.