public abstract class MultiValueMetricFunction<N> extends AbstractMetricFunction<N>
Constructor and Description |
---|
MultiValueMetricFunction() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<N> |
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 |
init
public abstract java.util.Collection<N> compute(MetricNode metricNode, MultiValueMetric<N> metric, RtaNodeContext context) throws java.lang.Exception
MetricNode
to for which the metric value needs to be computedmetricNode
- The metric node for which the metric value needs to be computedjava.lang.Exception
- if any problem was encountered during metric computation depending on the implementationCopyright © 2000-2014 TIBCO Inc. All Rights Reserved.