Uses of Interface
com.tibco.rta.Key

Packages that use Key
com.tibco.rta Connection, session, configuration classes and interfaces. 
com.tibco.rta.runtime.model The runtime classes and interfaces required by user-defined metric computation functions. 
 

Uses of Key in com.tibco.rta
 

Subinterfaces of Key in com.tibco.rta
 interface MetricKey
          Each computed metric has a unique key identified by its dimension values.
 

Methods in com.tibco.rta that return Key
 Key Fact.getKey()
          Get its key
 Key Metric.getKey()
          Gets its primary key
 

Methods in com.tibco.rta with parameters of type Key
 void Metric.setKey(Key key)
          Sets its primary key
 

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

Methods in com.tibco.rta.runtime.model that return Key
 Key RtaNode.getKey()
           
 Key RtaNode.getParentKey()
           
 



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