Class pvc.data.Datum
Extends
Complex.
Constructor Attributes | Constructor Name and Description |
---|---|
The Datum class represents a "row" of data in a data set.
|
Field Attributes | Field Name and Description |
---|---|
Gets the atoms map of the complex value.
|
|
Gets the unique, sequential identifier of the complex value.
|
|
Gets the key of the complex.
|
|
Gets the label of the complex.
|
|
The owner data set of the complex value.
|
|
Gets the value of the complex.
|
|
Interactivity | |
Gets a value that indicates if the datum is in a selected state.
|
|
Gets a value that indicates if the datum is in a visible state.
|
|
Nature | |
Gets the name of the interpolated dimension of this datum.
|
|
Gets the type of interpolation that generated this datum.
|
|
Gets a value that indicates if the datum was generated by an interpolation operation
and is not part of the data source.
|
|
Gets a value that indicates if the datum considered to be null.
|
|
Gets a value that indicates if the datum was generated by a trending operation
and is not part of the data source.
|
|
Gets a value that indicates if the datum was generated by an interpolation or trending operation
and is not part of the data source.
|
|
Gets information about the trending operation that generated this datum.
|
- Borrowed from:
- Complex
- Borrowed from:
- Complex
The key is a unique string representation of complex value and is used to index complexes in dictionaries.
For datums, if the complex type has any key dimensions, as per pvc.options.DimensionType#isKey, its key is composed by the keys of the atoms of the key dimensions. Otherwise, their key is the #id.
For data sets, the key is a combination of the Atom#keys of contained #atoms.
- Borrowed from:
- Complex
When a complex contains a single atom, its label is the label of that atom. Otherwise, the "label" of the complex is determined by combining the the Atom#labels of contained #atoms.
- Borrowed from:
- Complex
- Borrowed from:
- Complex
When a complex contains a single atom, its value will be the typed value of that atom. Otherwise, the "value" of a complex is its #key.
- Borrowed from:
- Complex
- See:
- #interpolation
- See:
- #trend
- See:
- #isTrend
- #isInterpolated
- See:
- #isTrend