Uses of Interface
com.oakgrovesystems.mediation.Condition

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

Uses of Condition in com.oakgrovesystems.mediation
 

Classes in com.oakgrovesystems.mediation that implement Condition
 class Conjunction
          A compound Condition (a Condition that is a boolean function of the state of one or more other Conditions).
 class Disjunction
          A compound Condition (a Condition that is a boolean function of the state of one or more other Conditions).
 class Inversion
          A compound Condition (a Condition that is a boolean function of the state of one or more other Conditions).
 

Fields in com.oakgrovesystems.mediation declared as Condition
protected  com.oakgrovesystems.mediation.Condition AbstractConditionalChange.precondition
          The Condition that must be true for the Change to be applicable.
protected  com.oakgrovesystems.mediation.Condition Inversion.conditionToInvert
           
 

Methods in com.oakgrovesystems.mediation that return Condition
 com.oakgrovesystems.mediation.Condition Inversion.getCondition()
          Returns the Condition with respect to which this Inversion is an inverse
 

Constructors in com.oakgrovesystems.mediation with parameters of type Condition
Inversion(com.oakgrovesystems.mediation.Condition conditionToInvert)
          Creates a new Inversion which is the inverse of the Condition specified
 

Uses of Condition in com.oakgrovesystems.reactor.processMediation
 

Subinterfaces of Condition in com.oakgrovesystems.reactor.processMediation
 interface ProcessCondition
          A Condition that is a boolean function of the state of one or more Processes.
 

Classes in com.oakgrovesystems.reactor.processMediation that implement Condition
 class AbstractProcessCondition
          A Condition that is a boolean function of the state of one or more Processes.
 class ProcessConditionConjunction
          A conjunction of ProcessConditions
 class ProcessConditionDisjunction
          A disjunction of ProcessConditions
 class ProcessConditionInversion
          An inversion of a ProcessCondition
 class ProcessHasStatusCondition
          A Condition that is true if a particular Process has a certain Status in its list of current statuses and false otherwise.
 class ProcessStateEqualsCondition
          A Condition that is true if a particular Process is in a certain state and false otherwise.
 



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