Uses of Package
com.oakgrovesystems.mediation

Packages that use com.oakgrovesystems.mediation
com.oakgrovesystems.mediation   
com.oakgrovesystems.reactor.processMediation   
 

Classes in com.oakgrovesystems.mediation used by com.oakgrovesystems.mediation
CanNotEvaluateConditionException
          A subclass of Exception thrown when a Condition can not be evaluated.
Change
          A modification to the state of another object.
ChangeNotApplicableException
          A subclass of Exception thrown when a Change can not be applied.
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.
 

Classes in com.oakgrovesystems.mediation used by com.oakgrovesystems.reactor.processMediation
AbstractConditionalChange
          An implementation of the ConditionalChange interface.
CanNotEvaluateConditionException
          A subclass of Exception thrown when a Condition can not be evaluated.
Change
          A modification to the state of another object.
ChangeNotApplicableException
          A subclass of Exception thrown when a Change can not be applied.
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.
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).
 



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