com.irs.jam
Class PlanContext

java.lang.Object
  |
  +--com.irs.jam.PlanContext
All Implemented Interfaces:
java.io.Serializable

public class PlanContext
extends java.lang.Object
implements java.io.Serializable

Represents the conditions under which a plan is applicable

See Also:
Serialized Form

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

PlanContext

public PlanContext()

PlanContext

public PlanContext(ConditionList cList)
Method Detail

addConditions

public ConditionList addConditions(ConditionList cList)

check

public boolean check(BindingList bindingList)
Establish contexts (generate the binding list)

confirm

public boolean confirm(Binding b)
Confirm the validity of the current context with the current binding