Uses of Interface
adams.data.io.input.sampleidextraction.SampleIDExtraction
-
Packages that use SampleIDExtraction Package Description adams.data.io.input adams.data.io.input.sampleidextraction -
-
Uses of SampleIDExtraction in adams.data.io.input
Fields in adams.data.io.input declared as SampleIDExtraction Modifier and Type Field Description protected SampleIDExtraction
ASCIIXYSpectrumReader. m_SampleIDExtraction
scheme for extracting sample ID from file name.Methods in adams.data.io.input that return SampleIDExtraction Modifier and Type Method Description SampleIDExtraction
ASCIIXYSpectrumReader. getSampleIDExtraction()
Returns the scheme for extracting the sample ID from the filename.SampleIDExtraction
SpectrumReaderWithSampleIDExtraction. getSampleIDExtraction()
Returns the scheme for extracting the sample ID from the filename.Methods in adams.data.io.input with parameters of type SampleIDExtraction Modifier and Type Method Description void
ASCIIXYSpectrumReader. setSampleIDExtraction(SampleIDExtraction value)
Sets the scheme for extracting the sample ID from the filename.void
SpectrumReaderWithSampleIDExtraction. setSampleIDExtraction(SampleIDExtraction value)
Sets the scheme for extracting the sample ID from the filename. -
Uses of SampleIDExtraction in adams.data.io.input.sampleidextraction
Classes in adams.data.io.input.sampleidextraction that implement SampleIDExtraction Modifier and Type Class Description class
AbstractSampleIDExtraction
Ancestor for schemes that extract the sample ID from the filename.class
Filename
Just uses the filename (without path) as sample ID.class
RegExp
Uses the specified group from a regular expression as sample ID.
-