Package org.objectweb.medor.filter.lib

Class Summary
Abs  
And  
BasicBelongOperator  
BasicBinaryArithmeticOperator  
BasicBinaryLogicalOperator  
BasicBinaryOperator  
BasicComparator  
BasicFieldOperand  
BasicOperand  
BasicParameterOperand  
BasicThreeArgsOperator  
BasicUnaryArithmeticOperator  
BasicUnaryLogicalOperator  
BasicUnaryOperator  
BasicVariableOperand  
Bitwize  
CollectionOperand  
Concat  
ConditionalAnd  
ConditionalOr  
DivideBy  
Equal  
ExpressionPrinter  
FirstLocate  
Greater This class implements the QueryComparator interface; it represents ">" mathematical comparator.
GreaterEqual This class implements the QueryComparator interface; it represents ">=" mathematical comparator.
InCollection The InCollection class is an operator testing whether the value of a Field (the left operand, which is supposed to be a FieldOperand) is equal to one of the elements of a collecton (the right Operand)
IndexedLocate Operator representing the search for a substring within a given input string, starting at a given index.
IsEmpty IsEmpty operates on an Expression which must be of a TupleCollection type, or a GenClassRef.
IsNull IsNull operates on an Expression.
Length  
Like  
Lower This class implements the QueryComparator interface; it represents "<" mathematical comparator.
LowerEqual This class implements the QueryComparator interface; it represents "<=" mathematical comparator.
MemberOf The MemberOf class is an operator testing whether the value of a list of Fields (the first n operands, which are supposed to be FieldOperands or ParameterOperands) are equal to one of the values of another list of Fields (the second n operands, which are supposed to be FieldOperands).
Minus  
Mult  
NavigatorOperator A NavigatorOperator typically represents a path expression.
Not  
NotEqual  
Or  
Plus This operator operates on the numeric Types and the string Type.
Sqrt  
Substring Operator representing the substring extraction given a String, a first integer to start from and a second integer indicating the length of the required substring.
UMinus