Package org.opennms.netmgt.threshd
Interface ThresholdValuesSupplier
-
public interface ThresholdValuesSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThresholdEvaluatorState.ThresholdValues
get()
java.lang.Double
getDsValue()
-
-
-
Method Detail
-
get
ThresholdEvaluatorState.ThresholdValues get()
- Returns:
- the ThresholdValues which consists of interpolated values of value, rearm, trigger and data source value.
-
getDsValue
java.lang.Double getDsValue()
- Returns:
- the data source value.
-
-