com.tibco.rta
Interface SingleValueMetric<N>

Type Parameters:
N - The datatype of the metric.
All Superinterfaces:
Metric<N>, java.io.Serializable

public interface SingleValueMetric<N>
extends Metric<N>

A metric computation is single valued. For example, averages, counts, standard deviation, etc. This represents such a single valued computation. There can be multi-valued computations as well

Please refer
MultiValueMetric

Method Summary
 N getValue()
          The value of the metric
 
Methods inherited from interface com.tibco.rta.Metric
deepCopy, getCreatedTime, getDescriptor, getDimensionValue, getKey, getLastModifiedTime, isMultiValued, setDescriptor, setKey
 

Method Detail

getValue

N getValue()
The value of the metric

Returns:
the value


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