Interface | Description |
---|---|
DataTree.Item |
Class | Description |
---|---|
CategoricalRange |
Range for a categorical variable (a set of categories).
|
CategoricalVariable |
Subclass of Variable to represent a categorical variable.
|
DataRanges |
Dictionary that links variables with their respective ranges.
|
DataSet |
Class holding all the information required to specify a dataset (tables,
hierarchy tree, sort variable, etc.)
|
DataSlice1D |
1-dimensional data slice, i.e.: all the (normalized) data values for a single
variable from the rows that satisfy the range conditions.
|
DataSlice2D |
2-dimensional data slice, i.e.: all the (normalized) data value pairs for two
variables from the rows that satisfy the range conditions.
|
DataTree |
A hierarchical data tree defined by groups, tables, and variables.
|
DateRange | |
DateVariable | |
DummyRange |
Dummy ranger for variables not included in display/calculations (for example
string variables).
|
MiraTable |
Customized table class
|
NumericalRange |
Range for a numerical variable (a minimum and a maximum value).
|
NumericalVariable |
Subclass of Variable to represent a numerical variable (integer, long, float
or double).
|
Range |
Base abstract class to define variable ranges.
|
StringVariable |
String variable, not used in calculations but can be used to generate labels.
|
Value1D |
A 1-dimensional weighted value.
|
Value2D |
A 2-dimensional weighted value.
|
Variable |
Class holding all the meta-information needed to define a variable in the
dataset (name, alias, min/max range, etc.)
|
VariableContainer |
Element to store an item in the data tree (either group, table or variable).
|