|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.jpdl.el.impl.BinaryOperator
org.jbpm.jpdl.el.impl.EqualityOperator
org.jbpm.jpdl.el.impl.NotEqualsOperator
public class NotEqualsOperator
The implementation of the not equals operator
| Field Summary | |
|---|---|
static NotEqualsOperator |
SINGLETON
|
| Constructor Summary | |
|---|---|
NotEqualsOperator()
Constructor |
|
| Method Summary | |
|---|---|
boolean |
apply(boolean pAreEqual,
Logger pLogger)
Applies the operator given the fact that the two elements are equal. |
java.lang.String |
getOperatorSymbol()
Returns the symbol representing the operator |
| Methods inherited from class org.jbpm.jpdl.el.impl.EqualityOperator |
|---|
apply |
| Methods inherited from class org.jbpm.jpdl.el.impl.BinaryOperator |
|---|
shouldCoerceToBoolean, shouldEvaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final NotEqualsOperator SINGLETON
| Constructor Detail |
|---|
public NotEqualsOperator()
| Method Detail |
|---|
public java.lang.String getOperatorSymbol()
getOperatorSymbol in class BinaryOperator
public boolean apply(boolean pAreEqual,
Logger pLogger)
apply in class EqualityOperator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||