Uses of Class
adams.data.sampledata.SampleData
-
-
Uses of SampleData in adams.data.io.input
Fields in adams.data.io.input declared as SampleData Modifier and Type Field Description protected SampleDataSPCSpectrumReader.FileParser. m_Logthe log values.Methods in adams.data.io.input that return SampleData Modifier and Type Method Description SampleDataMultiColumnSpreadSheetSampleDataReader. newInstance()Returns a new instance of the report class in use.SampleDataRowWiseSpreadSheetSampleDataReader. newInstance()Returns a new instance of the report class in use.SampleDataSimpleCSVSampleDataReader. newInstance()Returns a new instance of the report class in use.SampleDataSimpleJsonSampleDataReader. newInstance()Returns a new instance of the report class in use.SampleDataSimpleSampleDataReader. newInstance()Returns a new instance of the report class in use.SampleDataSpecLibSampleDataReader. newInstance()Returns a new instance of the report class in use.protected SampleDataSoilCaresScannerSpectrumReader. readMetaData(ZipFile zip, ZipEntry entry)Reads the meta-data from the zip file.Methods in adams.data.io.input that return types with arguments of type SampleData Modifier and Type Method Description protected List<SampleData>MultiColumnSpreadSheetSampleDataReader. readData()Performs the actual reading.protected List<SampleData>RowWiseSpreadSheetSampleDataReader. readData()Performs the actual reading.protected List<SampleData>SpecLibSampleDataReader. readData()Performs the actual reading.Methods in adams.data.io.input with parameters of type SampleData Modifier and Type Method Description protected voidOpusSpectrumReaderExt. addReportValue(SampleData sd, String name, adams.data.report.DataType type, Object value)Adds the field to the report.protected voidAbstractJCampSpectrumReader. initSampleData(Map<String,String> header, SampleData report)Initializes the sample data. -
Uses of SampleData in adams.data.sampledata
Methods in adams.data.sampledata that return SampleData Modifier and Type Method Description static SampleDataSampleData. createDummy(String instrument, Date insertDate, String format)Creates a dummy report.static SampleDataSampleData. parseProperties(adams.core.Properties props)Parses the properties (generated with the toProperties() method) and generates a sample data object from it.static SampleDataSampleData. parseReport(String s)Parses the string generated by the toString() method. -
Uses of SampleData in adams.data.spectrum
Fields in adams.data.spectrum declared as SampleData Modifier and Type Field Description protected SampleDataMultiSpectrum. m_SampleDatathe report.protected SampleDataSpectrum. m_SampleDataSample Data.Methods in adams.data.spectrum that return SampleData Modifier and Type Method Description SampleDataMultiSpectrum. getReport()get sample data.SampleDataSpectrum. getReport()get sample data.Methods in adams.data.spectrum with parameters of type SampleData Modifier and Type Method Description voidMultiSpectrum. setReport(SampleData value)Set sample data.voidSpectrum. setReport(SampleData value)Set sample data. -
Uses of SampleData in adams.db
Methods in adams.db that return SampleData Modifier and Type Method Description SampleDataSampleDataF. load(String id)Get params.SampleDataSampleDataIntf. load(String id)Get params.Methods in adams.db with parameters of type SampleData Modifier and Type Method Description booleanSampleDataF. bulkStore(SampleData[] records, adams.data.report.DataType[] types, String skipFields, int batchSize, boolean autoCommit, boolean newConnection)Stores the records.booleanSampleDataF. store(String id, SampleData report)Stores the report.booleanSampleDataF. store(String id, SampleData report, boolean removeExisting, boolean merge, adams.data.report.Field[] overwrite)Stores the report. -
Uses of SampleData in adams.db.generic
Methods in adams.db.generic that return SampleData Modifier and Type Method Description SampleDataSampleDataT. load(String id)Get params.Methods in adams.db.generic with parameters of type SampleData Modifier and Type Method Description booleanSampleDataT. bulkStore(SampleData[] records, adams.data.report.DataType[] types, String skipFields, int batchSize, boolean autoCommit, boolean newConnection)Stores the records.protected booleanSampleDataT. doStore(String id, SampleData report)Stores the report. -
Uses of SampleData in adams.db.mirrored
Methods in adams.db.mirrored that return SampleData Modifier and Type Method Description SampleDataSampleDataT. load(String id)Get params.Methods in adams.db.mirrored with parameters of type SampleData Modifier and Type Method Description booleanSampleDataT. bulkStore(SampleData[] records, adams.data.report.DataType[] types, String skipFields, int batchSize, boolean autoCommit, boolean newConnection)Stores the records.booleanSampleDataT. store(String id, SampleData report)Stores the report.booleanSampleDataT. store(String id, SampleData report, boolean removeExisting, boolean merge, adams.data.report.Field[] overwrite)Stores the report. -
Uses of SampleData in adams.flow.transformer
Methods in adams.flow.transformer that return SampleData Modifier and Type Method Description protected SampleDataSampleDataValueDbWriter. extractSubset(SampleData report)Generates a subset of the report, which only contains the specified fields.protected SampleDataSetSampleDataValue. newReport()Creates a new, empty report if theMutableReportHandleris missing one.Methods in adams.flow.transformer that return types with arguments of type SampleData Modifier and Type Method Description protected adams.data.io.input.AbstractReportReader<SampleData>SampleDataFileReader. getDefaultReader()Returns the default reader.protected adams.data.io.output.AbstractReportWriter<SampleData>SampleDataFileWriter. getDefaultWriter()Returns the default writer.protected adams.db.ReportProviderByID<SampleData>DeleteDbSampleDataValue. getReportProvider()Returns the report provider to use for removing theprotected adams.db.ReportProviderByID<SampleData>SampleDataDbReader. getReportProvider()Returns the report provider to use.protected adams.db.ReportProvider<SampleData,String>SampleDataDbWriter. getReportProvider()Returns the report provider to use for writing the reports to the database.protected adams.db.ReportProviderByID<SampleData>SampleDataValueDbWriter. getReportProvider()Returns the report provider to use for removing theMethods in adams.flow.transformer with parameters of type SampleData Modifier and Type Method Description protected StringSampleDataDbWriter. extractID(SampleData report)Extracts the ID from the report.protected StringSampleDataValueDbWriter. extractID(SampleData report)Extracts the ID from the report.protected SampleDataSampleDataValueDbWriter. extractSubset(SampleData report)Generates a subset of the report, which only contains the specified fields. -
Uses of SampleData in adams.flow.transformer.report
Methods in adams.flow.transformer.report that return SampleData Modifier and Type Method Description protected SampleDataUpdateDatabaseID. doPreProcess(SampleData data)Performs the actual pre-processing.Methods in adams.flow.transformer.report with parameters of type SampleData Modifier and Type Method Description protected SampleDataUpdateDatabaseID. doPreProcess(SampleData data)Performs the actual pre-processing. -
Uses of SampleData in adams.gui.chooser
Methods in adams.gui.chooser that return types with arguments of type SampleData Modifier and Type Method Description protected adams.data.io.input.AbstractReportReader<SampleData>SampleDataFileChooser. getDefaultReader()Returns the default reader.protected adams.data.io.output.AbstractReportWriter<SampleData>SampleDataFileChooser. getDefaultWriter()Returns the default writer. -
Uses of SampleData in adams.gui.visualization.spectrum
Methods in adams.gui.visualization.spectrum with parameters of type SampleData Modifier and Type Method Description static adams.gui.visualization.report.ReportFactory.ModelSampleDataFactory. getModel(SampleData report)Returns a new model for the given report.static adams.gui.core.BasePanelSampleDataFactory. getPanel(SampleData report)Returns a new panel for the given report.static SampleDataFactory.TableSampleDataFactory. getTable(SampleData report)Returns a new table for the given report.Constructors in adams.gui.visualization.spectrum with parameters of type SampleData Constructor Description Table(SampleData report)Initializes the table.
-