Package org.objectweb.medor.filter.api

Interface Summary
BelongOperator  
BinaryArithmeticOperator This interface represents a binary arithmetic operation (+, -, ...).
BinaryLogicalOperator This interface represents a binary logical opertaion(and, or, ...)
BinaryOperator  
CalculatedParameterOperand This interface represents a ParameterOperand which must be evaluate.
Comparator This interface represents a mathematical comparator.
Expression This interface represents an arithmetic and/or a boolean expression.
ExpressionHelper  
FieldOperand  
FilterEvaluator  
Operand This interface represents a byte, char, int,...or an object value.
Operator  
ParameterOperand  
ThreeArgsOperator  
UnaryArithmeticOperator  
UnaryLogicalOperator  
UnaryOperator  
VariableOperand This Interface extends a simple operand.