Package org.opennms.netmgt.threshd
Interface ExpressionThresholdValueSupplier
- 
public interface ExpressionThresholdValueSupplier 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionConfigWrapper.ExpressionThresholdValuesget()doubleget(String evaluatedExpression) 
 - 
 
- 
- 
Method Detail
- 
get
ExpressionConfigWrapper.ExpressionThresholdValues get() throws ThresholdExpressionException
- Returns:
 - the expression and threshold values.
 - Throws:
 ThresholdExpressionException
 
- 
get
double get(String evaluatedExpression) throws ThresholdExpressionException
- Parameters:
 evaluatedExpression- the already interpolated expression which will be used rather than interpolating the expression- Returns:
 - the expression value
 - Throws:
 ThresholdExpressionException
 
 - 
 
 -