Uses of Class
adams.db.SampleDataF
-
Packages that use SampleDataF Package Description adams.data.cleaner.spectrum adams.data.io.input adams.data.spectrumfilter adams.db adams.flow.transformer -
-
Uses of SampleDataF in adams.data.cleaner.spectrum
Methods in adams.data.cleaner.spectrum that return SampleDataF Modifier and Type Method Description protected SampleDataFInterPercentileRangeCleaner. getSampleDataF()Returns the SampleDataT singleton to use. -
Uses of SampleDataF in adams.data.io.input
Methods in adams.data.io.input that return SampleDataF Modifier and Type Method Description protected SampleDataFAbstractSampleDataReader. getSampleData()Returns the table object to use for accessing the reports. -
Uses of SampleDataF in adams.data.spectrumfilter
Methods in adams.data.spectrumfilter that return SampleDataF Modifier and Type Method Description protected SampleDataFAbstractDatabaseFilter. getSampleDataTable()Returns the correct table object based on the filter's setup. -
Uses of SampleDataF in adams.db
Fields in adams.db with type parameters of type SampleDataF Modifier and Type Field Description protected static adams.db.FacadeManager<SampleDataF>SampleDataF. m_TableManagerthe facade manager.Methods in adams.db that return SampleDataF Modifier and Type Method Description static SampleDataFSampleDataF. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the facade. -
Uses of SampleDataF in adams.flow.transformer
Fields in adams.flow.transformer declared as SampleDataF Modifier and Type Field Description protected SampleDataFBulkSampleDataDbWriter. m_SampleDataFthe instance that is currently running a bulk store.
-