Interface SampleIDExtraction
-
- All Known Implementing Classes:
AbstractSampleIDExtraction
,Filename
,RegExp
public interface SampleIDExtraction
Interface 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 String
extract(File file, Spectrum spec)
Performs the extraction.
-