com.tibco.rta
Interface MultiValueMetric<N>

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

public interface MultiValueMetric<N>
extends Metric<N>

A metric computation with multiple values. For example, computing the top five car sales by region or certain number of outliers in a statistical computation.


Method Summary
 java.util.List<N> getValues()
          Return a list of values associated with this metric.
 
Methods inherited from interface com.tibco.rta.Metric
deepCopy, getCreatedTime, getDescriptor, getDimensionValue, getKey, getLastModifiedTime, isMultiValued, setDescriptor, setKey
 

Method Detail

getValues

java.util.List<N> getValues()
Return a list of values associated with this metric.

Returns:
list


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