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

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

Uses of MetricNode in com.tibco.rta.runtime.metric
 

Methods in com.tibco.rta.runtime.metric with parameters of type MetricNode
abstract  java.util.Collection<N> MultiValueMetricFunction.compute(MetricNode metricNode, MultiValueMetric<N> metric, RtaNodeContext context)
          Implementation classes will provide the algorithm to compute the metric values via this method It will be given a MetricNode to for which the metric value needs to be computed
abstract  N SingleValueMetricFunction.compute(MetricNode metricNode, SingleValueMetric<N> metric, RtaNodeContext context)
          Implementation classes will provide the algorithm to compute the metric values via this method It will be given a MetricNode to for which the metric value needs to be computed
 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.
 

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

Methods in com.tibco.rta.runtime.model that return MetricNode
 MetricNode MetricNode.deepCopy()
           
 MetricNode MetricNodeEvent.getMetricNode()
          Get the metric node associated with this change event.
 



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