|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryOperator | |
org.objectweb.medor.filter.api | |
org.objectweb.medor.filter.jorm.lib | |
org.objectweb.medor.filter.lib |
Uses of BinaryOperator in org.objectweb.medor.filter.api |
Subinterfaces of BinaryOperator in org.objectweb.medor.filter.api | |
interface |
BelongOperator
|
interface |
BinaryArithmeticOperator
This interface represents a binary arithmetic operation (+, -, ...). |
interface |
BinaryLogicalOperator
This interface represents a binary logical opertaion(and, or, ...) |
interface |
Comparator
This interface represents a mathematical comparator. |
Uses of BinaryOperator in org.objectweb.medor.filter.jorm.lib |
Classes in org.objectweb.medor.filter.jorm.lib that implement BinaryOperator | |
class |
SinglePName
A SinglePName is an Operator representing the construction of a PName from a NamingContext and a single Field. |
Uses of BinaryOperator in org.objectweb.medor.filter.lib |
Classes in org.objectweb.medor.filter.lib that implement BinaryOperator | |
class |
And
|
class |
BasicBelongOperator
|
class |
BasicBinaryArithmeticOperator
|
class |
BasicBinaryLogicalOperator
|
class |
BasicBinaryOperator
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |