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

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

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

Subinterfaces of IDetectableActionCtx in gov.nasa.arc.brahms.common.rt
 interface IDetectCtx
          The IDetectCtx interface is the interface for a detectable action that maintains the information about when a detection took place, what fact was detected and what belief was created as a result of the detection.
 interface ITriggerCtx
          The ITriggerCtx interface is the interface for 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.
 

Classes in gov.nasa.arc.brahms.common.rt that implement IDetectableActionCtx
 class DetectCtx
          The DetectCtx is a detectable action that maintains the information about when the detection took place, what fact was detected and what belief was created as a result of the detection.
 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 with parameters of type IDetectableActionCtx
 void IDetectableCtx.addDetectableAction(IDetectableActionCtx action)
          Adds the specified detectable action to the list of detectable actions executed by this detectable.
 void DetectableCtx.addDetectableAction(IDetectableActionCtx action)
          Adds the specified detectable action to the list of detectable actions executed by this detectable.
 void IDetectableCtx.removeDetectableAction(IDetectableActionCtx action)
          Removes the specified detectable action from the list of detectable actions executed by this detectable.
 void DetectableCtx.removeDetectableAction(IDetectableActionCtx action)
          Removes the specified detectable action from the list of detectable actions executed by this detectable.
 

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

Classes in gov.nasa.arc.brahms.vm.rt that implement IDetectableActionCtx
 class VMDetectCtx
          The VMDetectCtx is a detectable action that maintains the information about when the detection took place, what fact was detected and what belief was created as a result of the detection.
 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.