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 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.