Package adams.data.io.input
Interface SpectrumReaderWithSampleIDExtraction
-
- All Known Implementing Classes:
ASCIIXYSpectrumReader
public interface SpectrumReaderWithSampleIDExtraction
Interface for spectrum readers 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 SampleIDExtraction
getSampleIDExtraction()
Returns the scheme for extracting the sample ID from the filename.String
sampleIDExtractionTipText()
Returns the tip text for this property.void
setSampleIDExtraction(SampleIDExtraction value)
Sets the scheme for extracting the sample ID from the filename.
-
-
-
Method Detail
-
setSampleIDExtraction
void setSampleIDExtraction(SampleIDExtraction value)
Sets the scheme for extracting the sample ID from the filename.- Parameters:
value
- the extraction
-
getSampleIDExtraction
SampleIDExtraction getSampleIDExtraction()
Returns the scheme for extracting the sample ID from the filename.- Returns:
- the extraction
-
sampleIDExtractionTipText
String sampleIDExtractionTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-