Uses of Class
com.oakgrovesystems.mediation.CanNotEvaluateConditionException

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

Uses of CanNotEvaluateConditionException in com.oakgrovesystems.mediation
 

Methods in com.oakgrovesystems.mediation that throw CanNotEvaluateConditionException
 boolean AbstractConditionalChange.isApplicable()
          Tests the applicability of this ConditionalChange.
 boolean AbstractConditionalChange.isMadeApplicableBy(com.oakgrovesystems.mediation.Change triggeringChange, java.lang.Object changee)
          Determines whether the ConditionalChange would become applicable if the specified Change was applied to the specified object.
 boolean AbstractConditionalChange.isMadeInapplicableBy(com.oakgrovesystems.mediation.Change untriggeringChange, java.lang.Object changee)
          Determines whether the ConditionalChange would become inapplicable if the specified Change was applied to the specified object.
 boolean Condition.isTrue()
          Evaluates this Condition
 boolean Condition.isMadeTrueBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          Determines if this Condition would become true if the specified Change were applied to the specified object.
 boolean Condition.isMadeFalseBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          Determines if this Condition would become false if the specified Change were applied to the specified object.
 boolean ConditionalChange.isApplicable()
          Tests the applicability of this ConditionalChange.
 boolean ConditionalChange.isMadeApplicableBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          Determines whether the ConditionalChange would become applicable if the specified Change was applied to the specified object.
 boolean ConditionalChange.isMadeInapplicableBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          Determines whether the ConditionalChange would become inapplicable if the specified Change was applied to the specified object.
 boolean Conjunction.isTrue()
          returns false if one or more of the Conditions in the Set are false, true if all of the Conditions in the Set are true.
 boolean Conjunction.isMadeTrueBy(com.oakgrovesystems.mediation.Change c, java.lang.Object o)
          Returns true if at least one of the Conditions in the set is currently false, and all of the Condtions in the Set that are currently false return true from a call to Condition.isMadeTrueBy() with the same arguments.
 boolean Conjunction.isMadeFalseBy(com.oakgrovesystems.mediation.Change c, java.lang.Object o)
          Returns true if all of the Conditions in the set are currently true, but at least one of them returns true from a call to Condition.isMadeFalseBy() with the same arguments.
 boolean Disjunction.isTrue()
          returns true if one or more of the Conditions in the Set are true, false if all of the Conditions in the Set are false.
 boolean Disjunction.isMadeTrueBy(com.oakgrovesystems.mediation.Change c, java.lang.Object o)
          Returns true if all of the Conditions in the set are currently false, but at least one of them returns true from a call to Condition.isMadeTrueBy() with the same arguments.
 boolean Disjunction.isMadeFalseBy(com.oakgrovesystems.mediation.Change c, java.lang.Object o)
          Returns true if at least one of the Conditions in the set is currently true, and all of the Condtions in the Set that are currently true return true from a call to Condition.isMadeFalseBy() with the same arguments.
 boolean Inversion.isTrue()
          Evaluates this Inversion.
 boolean Inversion.isMadeTrueBy(com.oakgrovesystems.mediation.Change c, java.lang.Object o)
          returns false if the condtionToInvert is null.
 boolean Inversion.isMadeFalseBy(com.oakgrovesystems.mediation.Change c, java.lang.Object o)
          returns false if the condtionToInvert is null.
 

Uses of CanNotEvaluateConditionException in com.oakgrovesystems.reactor.processMediation
 

Methods in com.oakgrovesystems.reactor.processMediation that throw CanNotEvaluateConditionException
 boolean ProcessConditionConjunction.isTrue()
          returns a boolean indicating whether this Condition is true or false.
 boolean ProcessConditionConjunction.isMadeTrueBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          returns a boolean indicating whether or not this Condition is false and would be made true by applying the specified Change to the specified Object.
 boolean ProcessConditionConjunction.isMadeFalseBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          returns a boolean indicating whether or not this Condition is true and would be made false by applying the specified Change to the specified Object.
 boolean ProcessConditionDisjunction.isTrue()
          returns a boolean indicating whether this Condition is true or false.
 boolean ProcessConditionDisjunction.isMadeTrueBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          returns a boolean indicating whether or not this Condition is false and would be made true by applying the specified Change to the specified Object.
 boolean ProcessConditionDisjunction.isMadeFalseBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          returns a boolean indicating whether or not this Condition is true and would be made false by applying the specified Change to the specified Object.
 boolean ProcessConditionInversion.isTrue()
          returns a boolean indicating whether this Condition is true or false.
 boolean ProcessConditionInversion.isMadeTrueBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          returns a boolean indicating whether or not this Condition is false and would be made true by applying the specified Change to the specified Object.
 boolean ProcessConditionInversion.isMadeFalseBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          returns a boolean indicating whether or not this Condition is true and would be made false by applying the specified Change to the specified Object.
 boolean ProcessConditionalChange.isApplicable()
          Tests the applicability of this ConditionalChange.
 boolean ProcessConditionalChange.isMadeApplicableBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          Determines whether the ConditionalChange would become applicable if the specified Change was applied to the specified object.
 boolean ProcessConditionalChange.isMadeInapplicableBy(com.oakgrovesystems.mediation.Change change, java.lang.Object changee)
          Determines whether the ConditionalChange would become inapplicable if the specified Change was applied to the specified object.
 boolean ProcessHasStatusCondition.isTrue()
          Evaluated on the process returned from a call to either ReactorObjectId.dereference(Process.class) or ReactorObjectId.dereference(Process.class,Map,true) depending on whether or not the objectMap is equal to null.
 boolean ProcessHasStatusCondition.isMadeTrueBy(com.oakgrovesystems.mediation.Change c, java.lang.Object changee)
          returns true if the Change specifies that the correct Process aquires the correct Status
 boolean ProcessHasStatusCondition.isMadeFalseBy(com.oakgrovesystems.mediation.Change c, java.lang.Object changee)
          returns true if the Change specifies that the correct Process loses the correct Status
 boolean ProcessStateEqualsCondition.isTrue()
          Evaluated on the Process returned from a call to ReactorObjectId.dereference(Process.class) ReactorObjectId.dereference(Process.class,Map,true) depending on whether or not objectMap is null.
 boolean ProcessStateEqualsCondition.isMadeTrueBy(com.oakgrovesystems.mediation.Change c, java.lang.Object changee)
          returns true if the Change specifies that the correct Process changes into the correct state
 boolean ProcessStateEqualsCondition.isMadeFalseBy(com.oakgrovesystems.mediation.Change c, java.lang.Object changee)
          returns true if the Change specifies that the correct Process changes out of the correct state
 



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