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

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

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

Classes in gov.nasa.arc.brahms.common.rt that implement ICompositeActivityCtx
 class CompositeActivityCtx
          The CompositeActivityCtx maintains the context of a composite activity being or to be executed by an active instance.
 

Methods in gov.nasa.arc.brahms.common.rt that return ICompositeActivityCtx
 ICompositeActivityCtx IFrameCtx.getPerformedIn()
          If the frame is performed as part of a composite activity this method returns the context of the composite activity in which the frame is performed.
 ICompositeActivityCtx FrameCtx.getPerformedIn()
          If the frame is performed as part of a composite activity this method returns the context of the composite activity in which the frame is performed.
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type ICompositeActivityCtx
 void IDetectableCtx.setParent(ICompositeActivityCtx parent)
          Sets the parent composite activity context in which this detectable is fired.
 void DetectableCtx.setParent(ICompositeActivityCtx parent)
          Sets the parent composite activity context in which this detectable is fired.
 void IFrameCtx.setPerformedIn(ICompositeActivityCtx act)
          If the frame is performed as part of a composite activity this method sets the context of the composite activity in which the frame is performed.
 void FrameCtx.setPerformedIn(ICompositeActivityCtx act)
          If the frame is performed as part of a composite activity this method sets the context of the composite activity in which the frame is performed.
 

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

Classes in gov.nasa.arc.brahms.vm.rt that implement ICompositeActivityCtx
 class VMCompositeActivityCtx
          The VMCompositeActivityCtx is a composite activity context with extensions for use in the virtual machine that maintains start and end times for an activity, the duration, priority, status, state of the frames that are part of the composite activity and the active detectables of the composite activity.
 



Copyright © 1997-2012 All Rights Reserved.