Uses of Interface
com.oakgrovesystems.reactor.processMediation.ProcessChange

Packages that use ProcessChange
com.oakgrovesystems.reactor.processMediation   
 

Uses of ProcessChange in com.oakgrovesystems.reactor.processMediation
 

Classes in com.oakgrovesystems.reactor.processMediation that implement ProcessChange
 class ProcessChangeCondition
          A ProcessChangeCondition is a ConditionalChange.
 class ProcessConditionalChange
          A change to a Process that may only be applied if a particular ProcessCondition is true
 class ProcessPrecondition
          A ProcessPrecondition is a ConditionalChange.
 class ProcessStateChange
          Changes the state of a Process obejct.
 class ProcessStatusAddition
          Adds a Status to the current statuses attribute of a Process.
 class ProcessStatusRemoval
          Removes a Status from the current statuses attribute of a Process.
 

Methods in com.oakgrovesystems.reactor.processMediation that return ProcessChange
 com.oakgrovesystems.reactor.processMediation.ProcessChange ProcessConditionalChange.getResultingChange()
          returns the ProcessChange that may be applied when the precondition is true.
 

Methods in com.oakgrovesystems.reactor.processMediation with parameters of type ProcessChange
 void ProcessChangeCondition.setResultingChange(com.oakgrovesystems.reactor.processMediation.ProcessChange resultingChange)
          sets the ProcessChange that to be applied if the condition is true
 

Constructors in com.oakgrovesystems.reactor.processMediation with parameters of type ProcessChange
ProcessChangeCondition(com.oakgrovesystems.reactor.processMediation.ProcessCondition changeCondition, com.oakgrovesystems.reactor.processMediation.ProcessChange resultingChange)
          creates a ProcessChangeCondition to apply the specified ProcessChange contingent on the specified ProcessCondition
 



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