|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetricNode
A wrapper over a Metric
instance. It provides convenience methods to
iterate over its associated facts. This might by required by the metric computation function.
Method Summary | ||
---|---|---|
MetricNode |
deepCopy()
|
|
|
getChildFactsBrowser(java.util.List<MetricFieldTuple> orderByList)
|
|
RtaNodeContext |
getContext(java.lang.String metricName)
Returns the context associated with the given metric name. |
|
java.lang.String |
getDimensionHierarchyName()
|
|
|
getMetric(java.lang.String metricName)
|
|
java.util.Collection<java.lang.String> |
getMetricNames()
A list of metric names that this mode stores. |
|
boolean |
isDeleted()
|
Methods inherited from interface com.tibco.rta.runtime.model.RtaNode |
---|
getChildNodeBrowser, getCreatedTime, getFactBrowser, getKey, getLastModifiedTime, getParent, getParentKey, isNew |
Method Detail |
---|
<N> Metric<N> getMetric(java.lang.String metricName)
Metric
objectjava.util.Collection<java.lang.String> getMetricNames()
RtaNodeContext getContext(java.lang.String metricName)
name
- the metric name for which context is desired.
java.lang.String getDimensionHierarchyName()
<T extends Fact> Browser<T> getChildFactsBrowser(java.util.List<MetricFieldTuple> orderByList)
orderByList
-
boolean isDeleted()
MetricNode deepCopy()
deepCopy
in interface RtaNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |