Uses of Interface
com.tibco.rta.runtime.model.RtaNode

Packages that use RtaNode
com.tibco.rta.runtime.model The runtime classes and interfaces required by user-defined metric computation functions. 
 

Uses of RtaNode in com.tibco.rta.runtime.model
 

Subinterfaces of RtaNode in com.tibco.rta.runtime.model
 interface MetricNode
          A wrapper over a Metric instance.
 

Methods in com.tibco.rta.runtime.model that return RtaNode
 RtaNode RtaNode.deepCopy()
           
 RtaNode RtaNode.getParent()
           
 

Methods in com.tibco.rta.runtime.model that return types with arguments of type RtaNode
 Browser<? extends RtaNode> RtaNode.getChildNodeBrowser()
          An iterator that iterates over this nodes immediate children.
 



Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.