|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EqualityOperator | |
|---|---|
| org.jbpm.jpdl.el.impl | implementation classes for expression language resolving. |
| Uses of EqualityOperator in org.jbpm.jpdl.el.impl |
|---|
| Subclasses of EqualityOperator in org.jbpm.jpdl.el.impl | |
|---|---|
class |
EqualsOperator
The implementation of the equals operator |
class |
NotEqualsOperator
The implementation of the not equals operator |
| Methods in org.jbpm.jpdl.el.impl with parameters of type EqualityOperator | |
|---|---|
static java.lang.Object |
Coercions.applyEqualityOperator(java.lang.Object pLeft,
java.lang.Object pRight,
EqualityOperator pOperator,
Logger pLogger)
Performs all of the necessary type conversions, then calls on the appropriate operator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||