|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.model.expression.impl.ExpressionImpl bexee.model.expression.impl.BooleanExpressionImpl
A default implementation of the BooleanExpression
.
Constructor Summary | |
BooleanExpressionImpl(java.lang.String booleanExpression)
|
Method Summary | |
boolean |
evaluate()
Evaluate the expression litteral and return a boolean. |
java.lang.String |
getBooleanExpression()
Get the boolean expression litteral. |
void |
setBooleanExpression(java.lang.String booleanExpression)
Set the boolean expression litteral. |
Methods inherited from class bexee.model.expression.impl.ExpressionImpl |
getExpressionLitteral, setExpressionLitteral |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bexee.model.expression.Expression |
getExpressionLitteral, setExpressionLitteral |
Constructor Detail |
public BooleanExpressionImpl(java.lang.String booleanExpression)
Method Detail |
public boolean evaluate()
Expression
evaluate
in interface Expression
evaluate
in class ExpressionImpl
public void setBooleanExpression(java.lang.String booleanExpression)
BooleanExpression
setBooleanExpression
in interface BooleanExpression
booleanExpression
- litteralpublic java.lang.String getBooleanExpression()
BooleanExpression
getBooleanExpression
in interface BooleanExpression
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |