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 SampleDataF
InterPercentileRangeCleaner. 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 SampleDataF
AbstractSampleDataReader. 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 SampleDataF
AbstractDatabaseFilter. 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_TableManager
the facade manager.Methods in adams.db that return SampleDataF Modifier and Type Method Description static SampleDataF
SampleDataF. 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 SampleDataF
BulkSampleDataDbWriter. m_SampleDataF
the instance that is currently running a bulk store.
-