|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.irs.jam.PlanContext
Represents the conditions under which a plan is applicable
Constructor Summary | |
PlanContext()
|
|
PlanContext(ConditionList cList)
|
Method Summary | |
ConditionList |
addConditions(ConditionList cList)
|
boolean |
check(BindingList bindingList)
Establish contexts (generate the binding list) |
boolean |
confirm(Binding b)
Confirm the validity of the current context with the current binding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PlanContext()
public PlanContext(ConditionList cList)
Method Detail |
public ConditionList addConditions(ConditionList cList)
public boolean check(BindingList bindingList)
public boolean confirm(Binding b)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |