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 SampleIDExtractionASCIIXYSpectrumReader. m_SampleIDExtractionscheme for extracting sample ID from file name.Methods in adams.data.io.input that return SampleIDExtraction Modifier and Type Method Description SampleIDExtractionASCIIXYSpectrumReader. getSampleIDExtraction()Returns the scheme for extracting the sample ID from the filename.SampleIDExtractionSpectrumReaderWithSampleIDExtraction. 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 voidASCIIXYSpectrumReader. setSampleIDExtraction(SampleIDExtraction value)Sets the scheme for extracting the sample ID from the filename.voidSpectrumReaderWithSampleIDExtraction. 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 classAbstractSampleIDExtractionAncestor for schemes that extract the sample ID from the filename.classFilenameJust uses the filename (without path) as sample ID.classRegExpUses the specified group from a regular expression as sample ID.
-