Class Description
The order of this calculation method in a hierarchy of calculation methods.
Attributes
Name | Type | Description |
---|---|---|
order | Integer | Order of the statistical calculation method within the calculation method hierarchy. |
Relationships
Inherits from
- None
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
CalculationMethodOrder | 0..* | CalculationMethodHierarchy | 1 | CalculationMethodOrder | Order of a statistical calculation associated with this calculation method hierarchy. | CalculationMethodHierarchy | The calculation method hierarchy of which this order of statistical calculation is a member. |
StatisticalCalculation | 1 | CalculationMethodOrder | 0..* | StatisicalCalculation | The statistical calculation done at this order. | CalculationMethodOrder | The order in which this statistical calculation is done. |