Uses of Class
gov.nasa.arc.brahms.common.rt.FrameStateCtx

Packages that use FrameStateCtx
gov.nasa.arc.brahms.common.rt   
 

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

Subclasses of FrameStateCtx in gov.nasa.arc.brahms.common.rt
 class ActiveCtx
          The ActiveCtx manages information about the active state of a frame.
 class AvailableCtx
          The AvailableCtx manages information about the available state of a frame.
 class CompleteCtx
          The CompleteCtx manages information about the completed state of a frame.
 class ImpasseCtx
          The ImpasseCtx manages information about the impassed state of a frame.
 class InterruptCtx
          The InterruptCtx manages information about the interrupted state of a frame.
 class UnavailableCtx
          The UnavailableCtx manages information about the unavailable state of a frame.
 

Methods in gov.nasa.arc.brahms.common.rt that return FrameStateCtx
 FrameStateCtx FrameStateCtx.getNextFrameState()
          Returns the next frame state that follows this frame state for the same frame
 FrameStateCtx FrameStateCtx.getPreviousFrameState()
          Returns the previous frame state specifying the previous state of this frame state's frame
 FrameStateCtx IFrameCtx.getState()
          Returns the current state of the frame context.
 FrameStateCtx FrameCtx.getState()
          Returns the current state of the frame context.
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type FrameStateCtx
 void FrameStateCtx.setNextFrameState(FrameStateCtx frame)
          Sets the next frame state to follow this frame state for the same frame
 void FrameStateCtx.setPreviousFrameState(FrameStateCtx frame)
          Sets the previous frame state specifying the previous state of this frame state's frame
 void IFrameCtx.setState(FrameStateCtx state)
          Sets the current state of the frame context.
 void FrameCtx.setState(FrameStateCtx state)
          Sets the current state of the frame context.
 void IFrameCtx.setState(FrameStateCtx state, boolean maintainHistory)
          Sets the current state of the frame context.
 void FrameCtx.setState(FrameStateCtx state, boolean maintainHistory)
          Sets the current state of the frame context.
 



Copyright © 1997-2012 All Rights Reserved.