Package com.oakgrovesystems.mediation

Interface Summary
Change A modification to the state of another object.
Condition A Condition is a boolean function of the state of one or more other objects.
ConditionalChange A Change which is only applicable if a certain Condition is true.
 

Class Summary
AbstractConditionalChange An implementation of the ConditionalChange interface.
Conjunction A compound Condition (a Condition that is a boolean function of the state of one or more other Conditions).
Disjunction A compound Condition (a Condition that is a boolean function of the state of one or more other Conditions).
Inversion A compound Condition (a Condition that is a boolean function of the state of one or more other Conditions).
 

Exception Summary
CanNotEvaluateConditionException A subclass of Exception thrown when a Condition can not be evaluated.
ChangeNotApplicableException A subclass of Exception thrown when a Change can not be applied.
 



Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.