Package org.graylog.events.conditions
Class Expr.NumberValue
java.lang.Object
org.graylog.events.conditions.Expr.NumberValue
- All Implemented Interfaces:
Expression<Double>
- Enclosing class:
- Expr
-
Field Summary
Fields inherited from interface org.graylog.events.conditions.Expression
FIELD_EXPR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ExpressionVisitor visitor) static Expr.NumberValuecreate(double value) static Expr.NumberValueabstract doublevalue()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.events.conditions.Expression
expr
-
Constructor Details
-
NumberValue
public NumberValue()
-
-
Method Details
-
value
public abstract double value() -
create
-
create
-
accept
- Specified by:
acceptin interfaceExpression<Double>
-