Uses of Class
adams.db.SpectrumF
-
Packages that use SpectrumF Package Description adams.data.cleaner.spectrum adams.data.io.input adams.data.spectrumfilter adams.db adams.flow.transformer -
-
Uses of SpectrumF in adams.data.cleaner.spectrum
Methods in adams.data.cleaner.spectrum that return SpectrumF Modifier and Type Method Description protected SpectrumFInterPercentileRangeCleaner.DataCollector. getSpectrumF()Returns the SpectrumT singleton to use.protected SpectrumFInterPercentileRangeCleaner. getSpectrumF()Returns the SpectrumT singleton to use. -
Uses of SpectrumF in adams.data.io.input
Methods in adams.data.io.input that return SpectrumF Modifier and Type Method Description protected SpectrumFAbstractSampleDataReader. getSpectrum()Returns the table object to use for accessing the spectra. -
Uses of SpectrumF in adams.data.spectrumfilter
Methods in adams.data.spectrumfilter that return SpectrumF Modifier and Type Method Description protected SpectrumFAbstractDatabaseFilter. getSpectrumTable()Returns the correct table object based on the filter's setup. -
Uses of SpectrumF in adams.db
Fields in adams.db with type parameters of type SpectrumF Modifier and Type Field Description protected static adams.db.FacadeManager<SpectrumF>SpectrumF. m_TableManagerthe facade manager.Methods in adams.db that return SpectrumF Modifier and Type Method Description static SpectrumFSpectrumF. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the facade. -
Uses of SpectrumF in adams.flow.transformer
Fields in adams.flow.transformer declared as SpectrumF Modifier and Type Field Description protected SpectrumFBulkSpectrumDbWriter. m_SpectrumFthe instance that is currently running a bulk store.
-