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

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

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

Classes in gov.nasa.arc.brahms.common.rt that implement IAreaCtx
 class AreaCtx
          The AreaCtx is the runtime representation of areas defined in a Brahms model.
 

Methods in gov.nasa.arc.brahms.common.rt that return IAreaCtx
 IAreaCtx IActiveInstanceCtx.getLocation()
          Returns the current location of the active instance.
 IAreaCtx ActiveInstanceCtx.getLocation()
          Returns the current location of the active instance.
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type IAreaCtx
 void IActiveInstanceCtx.addPastLocation(IAreaCtx location)
          Adds the given location to the list of past location visited by the active instance.
 void ActiveInstanceCtx.addPastLocation(IAreaCtx location)
          Adds the given location to the list of past location visited by the active instance.
 void IActiveInstanceCtx.removePastLocation(IAreaCtx location)
          Removes the specified location from the list of the active instance's past locations.
 void ActiveInstanceCtx.removePastLocation(IAreaCtx location)
          Removes the specified location from the list of the active instance's past locations.
 void IActiveInstanceCtx.setLocation(IAreaCtx location)
          Sets the current location of the active instance.
 void ActiveInstanceCtx.setLocation(IAreaCtx location)
          Sets the current location of the active instance.
 

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

Classes in gov.nasa.arc.brahms.vm.rt that implement IAreaCtx
 class VMAreaCtx
          The VMAreaCtx is the runtime representation of areas defined in a Brahms model with extensions for use in the virtual machine.
 



Copyright © 1997-2012 All Rights Reserved.