Uses of Interface
gov.nasa.arc.brahms.common.rt.ITriggerCtx

Packages that use ITriggerCtx
gov.nasa.arc.brahms.common.rt   
gov.nasa.arc.brahms.vm.rt   
 

Uses of ITriggerCtx in gov.nasa.arc.brahms.common.rt
 

Classes in gov.nasa.arc.brahms.common.rt that implement ITriggerCtx
 class TriggerCtx
          The TriggerCtx is a detectable action or custom action that maintains the information about when the trigger or action part of the detectable was executed and what belief or event triggered the action.
 

Methods in gov.nasa.arc.brahms.common.rt that return ITriggerCtx
 ITriggerCtx ImpasseCtx.getCause()
          Returns the cause of the impasse state.
 ITriggerCtx CompleteCtx.getCause()
          Returns the cause for the completion state.
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type ITriggerCtx
 void ImpasseCtx.setCause(ITriggerCtx cause)
          Sets the cause of the impasse state.
 void CompleteCtx.setCause(ITriggerCtx cause)
          Sets the cause for the completion state.
 

Uses of ITriggerCtx in gov.nasa.arc.brahms.vm.rt
 

Classes in gov.nasa.arc.brahms.vm.rt that implement ITriggerCtx
 class VMTriggerCtx
          The VMTriggerCtx is a detectable action that maintains the information about when the trigger or action part of the detectable was executed and what belief triggered the action.
 



Copyright © 1997-2012 All Rights Reserved.