Uses of Interface
com.bayesserver.data.DataRecord
-
Packages that use DataRecord Package Description com.bayesserver.data com.bayesserver.data.timeseries -
-
Uses of DataRecord in com.bayesserver.data
Subinterfaces of DataRecord in com.bayesserver.data Modifier and Type Interface Description interfaceDataReaderInterface for reading data row by row.Classes in com.bayesserver.data that implement DataRecord Modifier and Type Class Description classDataReaderFilteredWraps an existing data reader while filtering records.classDataTableReaderAllows a DataTable to be read as a DataReader.Methods in com.bayesserver.data that return DataRecord Modifier and Type Method Description DataRecordNestedReadInfo. getRecord()The current nested table record.DataRecordReadInfo. getRecord()The current record.DataRecordTemporalReadInfo. getRecord()The current temporal record.Methods in com.bayesserver.data with parameters of type DataRecord Modifier and Type Method Description booleanDataReaderFilter. include(DataRecord record)Determines whether a record should be included or not.booleanPartitionDataReaderFilter. include(DataRecord record)Determines whether a record should be included or not.Constructors in com.bayesserver.data with parameters of type DataRecord Constructor Description NestedReadInfo(DataRecord record)Initializes a new instance of the NestedReadInfo class.ReadInfo(Object caseId, double weight, DataRecord record)Initializes a new instance of the ReadInfo class.ReadInfo(Object caseId, DataRecord record)Initializes a new instance of theReadInfostruct.TemporalReadInfo(Integer timeIndex, Object timeValue, DataRecord record)Initializes a new instance of the TemporalReadInfo class. -
Uses of DataRecord in com.bayesserver.data.timeseries
Classes in com.bayesserver.data.timeseries that implement DataRecord Modifier and Type Class Description classWindowDataReaderA data reader that reads windows of data over another data reader.
-