Interface SampleIDExtraction
-
- All Known Implementing Classes:
AbstractSampleIDExtraction,Filename,RegExp
public interface SampleIDExtractionInterface for classes that extract the sample ID from the filename.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringextract(File file, Spectrum spec)Performs the extraction.
-