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

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

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

Classes in gov.nasa.arc.brahms.common.rt that implement IVariableCtx
 class VariableCtx
          The VariableCtx maintains information regarding the binding of a variable defined for a frame and bound in a frame context.
 

Methods in gov.nasa.arc.brahms.common.rt that return IVariableCtx
 IVariableCtx IDeleteCtx.getUsedVariable()
          Returns the variable used by this delete operation.
 IVariableCtx DeleteCtx.getUsedVariable()
          Returns the variable used by this delete operation.
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type IVariableCtx
 void PreconditionCtx.addBoundVariable(IVariableCtx var)
          Adds the specified variable as a variable bound by this precondition.
 void IPreconditionCtx.addBoundVariable(IVariableCtx var)
          Adds the specified variable as a variable bound by this precondition.
 void TriggerCtx.addUsedVariable(IVariableCtx var)
          Adds the specified variable as a variable used by this detectable.
 void ITriggerCtx.addUsedVariable(IVariableCtx var)
          Adds the specified variable as a variable used by this detectable.
 void IDetectCtx.addUsedVariable(IVariableCtx var)
          Adds the specified variable as a variable used by this detectable.
 void DetectCtx.addUsedVariable(IVariableCtx var)
          Adds the specified variable as a variable used by this detectable.
 void PreconditionCtx.removeBoundVariable(IVariableCtx var)
          Removes the specified variable as a variable bound by this precondition.
 void IPreconditionCtx.removeBoundVariable(IVariableCtx var)
          Removes the specified variable as a variable bound by this precondition.
 void TriggerCtx.removeUsedVariable(IVariableCtx var)
          Removes the specified variable as a variable used by this detectable.
 void ITriggerCtx.removeUsedVariable(IVariableCtx var)
          Removes the specified variable as a variable used by this detectable.
 void IDetectCtx.removeUsedVariable(IVariableCtx var)
          Removes the specified variable as a variable used by this detectable.
 void DetectCtx.removeUsedVariable(IVariableCtx var)
          Removes the specified variable as a variable used by this detectable.
 void IDeleteCtx.setUsedVariable(IVariableCtx var)
          Sets the specified variable as a variable used by this delete operation.
 void DeleteCtx.setUsedVariable(IVariableCtx var)
          Sets the specified variable as a variable used by this delete operation.
 

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

Classes in gov.nasa.arc.brahms.vm.rt that implement IVariableCtx
 class VMVariableCtx
          The VMVariableCtx maintains information regarding the binding of a variable defined for a frame and bound in a frame context.
 



Copyright © 1997-2012 All Rights Reserved.