|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DimensionHierarchy | |
|---|---|
| com.tibco.rta.model | Schema model classes and interfaces. |
| com.tibco.rta.model.mutable | Mutalbe Schema model classes and interfaces. |
| com.tibco.rta.runtime.metric | Metrics computation related classes and interfaces. |
| Uses of DimensionHierarchy in com.tibco.rta.model |
|---|
| Methods in com.tibco.rta.model with type parameters of type DimensionHierarchy | ||
|---|---|---|
|
Cube.getDimensionHierarchies()
Return all the hierarchies in this cube as a List |
|
|
Cube.getDimensionHierarchy(java.lang.String name)
Gets a dimension hierarchy with this name in the Cube |
|
| Uses of DimensionHierarchy in com.tibco.rta.model.mutable |
|---|
| Subinterfaces of DimensionHierarchy in com.tibco.rta.model.mutable | |
|---|---|
interface |
MutableDimensionHierarchy
This defines the hierarchy of Dimensions on which aggregations should be performed |
| Uses of DimensionHierarchy in com.tibco.rta.runtime.metric |
|---|
| Methods in com.tibco.rta.runtime.metric with parameters of type DimensionHierarchy | |
|---|---|
void |
AbstractMetricFunction.init(Fact fact,
Measurement measurement,
MetricNode startNode,
DimensionHierarchy dh)
|
void |
MetricFunction.init(Fact fact,
Measurement measurement,
MetricNode startNode,
DimensionHierarchy dh)
Perform state initialization for the entire computation when a new Fact is asserted. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||