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

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

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

Classes in gov.nasa.arc.brahms.common.rt that implement IFactCtx
 class FactCtx
          The FactCtx maintains information about a fact created in the world.
 

Methods in gov.nasa.arc.brahms.common.rt that return IFactCtx
 IFactCtx IDetectCtx.getDetectedFact()
          Returns the fact detected by the detectable in this detect action.
 IFactCtx DetectCtx.getDetectedFact()
          Returns the fact detected by the detectable in this detect action.
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type IFactCtx
 void IDetectCtx.setDetectedFact(IFactCtx fact)
          Sets the fact that is detected by the detectable in this detect action instance.
 void DetectCtx.setDetectedFact(IFactCtx fact)
          Sets the fact that is detected by the detectable in this detect action instance.
 

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

Classes in gov.nasa.arc.brahms.vm.rt that implement IFactCtx
 class VMFactCtx
          The VMFactCtx is a FactCtx with extensions for use in the virtual machine.
 



Copyright © 1997-2012 All Rights Reserved.