|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryOperator | |
org.objectweb.medor.expression.api | |
org.objectweb.medor.expression.lib |
Uses of BinaryOperator in org.objectweb.medor.expression.api |
Subinterfaces of BinaryOperator in org.objectweb.medor.expression.api | |
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.expression.lib |
Classes in org.objectweb.medor.expression.lib that implement BinaryOperator | |
class |
And
|
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 |
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 |
Mod
This class represents the Modulo operator. |
class |
Mult
|
class |
NotEqual
|
class |
Or
|
class |
Plus
This operator operates on the numeric Types and the string Type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |