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 |
getValue
N getValue()
- The value of the metric
- Returns:
- the value
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.