Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<T extends DimensionHierarchy> |
Cube.getDimensionHierarchies()
Return all the hierarchies in this cube as a
List |
<T extends DimensionHierarchy> |
Cube.getDimensionHierarchy(java.lang.String name)
Gets a dimension hierarchy with this name in the
Cube |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableDimensionHierarchy
This defines the hierarchy of
Dimension s on which aggregations should be performed |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.