public interface RtaNode
extends java.io.Serializable
RtaNode
An instance of this type is a MetricNode
They provide a wrapper to Metric
or Fact
instances.
These nodes are related to each other in a tree form. Nodes higher up in the tree represent
aggregations at higher level dimensions as defined in the DimensionHierarchy
Modifier and Type | Method and Description |
---|---|
RtaNode |
deepCopy() |
Browser<? extends RtaNode> |
getChildNodeBrowser()
An iterator that iterates over this nodes immediate children.
|
long |
getCreatedTime()
Timestamp in milliseconds when this metric was created.
|
Browser<Fact> |
getFactBrowser()
An iterator that iterates over this nodes fact nodes.
|
Key |
getKey() |
long |
getLastModifiedTime()
Timestamp in milliseconds when this metric was updated.
|
RtaNode |
getParent() |
Key |
getParentKey() |
boolean |
isNew() |
Key getKey()
RtaNode getParent()
Key getParentKey()
Browser<Fact> getFactBrowser()
Browser<? extends RtaNode> getChildNodeBrowser()
boolean isNew()
RtaNode deepCopy()
long getCreatedTime()
long getLastModifiedTime()
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.