|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationalOperator | |
|---|---|
| org.jbpm.jpdl.el.impl | |
| Uses of RelationalOperator in org.jbpm.jpdl.el.impl |
|---|
| Subclasses of RelationalOperator in org.jbpm.jpdl.el.impl | |
|---|---|
class |
GreaterThanOperator
The implementation of the greater than operator |
class |
GreaterThanOrEqualsOperator
The implementation of the greater than or equals operator |
class |
LessThanOperator
The implementation of the less than operator |
class |
LessThanOrEqualsOperator
The implementation of the less than or equals operator |
| Methods in org.jbpm.jpdl.el.impl with parameters of type RelationalOperator | |
|---|---|
static java.lang.Object |
Coercions.applyRelationalOperator(java.lang.Object pLeft,
java.lang.Object pRight,
RelationalOperator pOperator,
Logger pLogger)
Performs all of the necessary type conversions, then calls on the appropriate operator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||