|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.irs.jam.Condition | +--com.irs.jam.ExpressionCondition
A boolean-evaluable expression condition
Field Summary | |
protected Expression |
_expression
|
Fields inherited from class com.irs.jam.Condition |
_activeValue, _rep, COND_EXP, COND_FACT, COND_GOAL, COND_RETRIEVE |
Constructor Summary | |
ExpressionCondition(Expression e)
|
Method Summary | |
boolean |
check(BindingList bl)
Remove from the given binding list the ones not satisfying the expression. |
boolean |
confirm(Binding b)
Confirm whether the binding is still valid against the current World Model. |
java.lang.String |
getName()
|
int |
getType()
|
Methods inherited from class com.irs.jam.Condition |
setNegative, setPositive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Expression _expression
Constructor Detail |
public ExpressionCondition(Expression e)
Method Detail |
public java.lang.String getName()
getName
in class Condition
public int getType()
getType
in class Condition
public boolean check(BindingList bl)
check
in class Condition
public boolean confirm(Binding b)
confirm
in class Condition
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |