Uses of Class
org.objectweb.medor.filter.lib.BasicBinaryOperator

Packages that use BasicBinaryOperator
org.objectweb.medor.filter.jorm.lib   
org.objectweb.medor.filter.lib   
 

Uses of BasicBinaryOperator in org.objectweb.medor.filter.jorm.lib
 

Subclasses of BasicBinaryOperator in org.objectweb.medor.filter.jorm.lib
 class SinglePName
          A SinglePName is an Operator representing the construction of a PName from a NamingContext and a single Field.
 

Uses of BasicBinaryOperator in org.objectweb.medor.filter.lib
 

Subclasses of BasicBinaryOperator in org.objectweb.medor.filter.lib
 class And
           
 class BasicBelongOperator
           
 class BasicBinaryArithmeticOperator
           
 class BasicBinaryLogicalOperator
           
 class BasicComparator
           
 class Concat
           
 class ConditionalAnd
           
 class ConditionalOr
           
 class DivideBy
           
 class Equal
           
 class FirstLocate
           
 class Greater
          This class implements the QueryComparator interface; it represents ">" mathematical comparator.
 class GreaterEqual
          This class implements the QueryComparator interface; it represents ">=" mathematical comparator.
 class 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)
 class Lower
          This class implements the QueryComparator interface; it represents "<" mathematical comparator.
 class LowerEqual
          This class implements the QueryComparator interface; it represents "<=" mathematical comparator.
 class Minus
           
 class Mult
           
 class NavigatorOperator
          A NavigatorOperator typically represents a path expression.
 class NotEqual
           
 class Or
           
 class Plus
          This operator operates on the numeric Types and the string Type.