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

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

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

Subclasses of ActivityCtx in gov.nasa.arc.brahms.common.rt
 class BroadcastActivityCtx
          The BroadcastActivityCtx maintains the context of a broadcast activity being or to be executed by an active instance.
 class CommunicateActivityCtx
          The CommunicateActivityCtx maintains the context of a communicate activity being or to be executed by an active instance.
 class CompositeActivityCtx
          The CompositeActivityCtx maintains the context of a composite activity being or to be executed by an active instance.
 class ContainmentActivityCtx
          The ContainmentActivityCtx is the generic class for the GetActivityCtx and PutActivityCtx.
 class CreateAgentActivityCtx
          The CreateAgentActivityCtx maintains the context of a create agent activity being or to be executed by an active instance.
 class CreateAreaActivityCtx
          The CreateAreaActivityCtx maintains the context of a create area activity being or to be executed by an active instance.
 class CreateObjectActivityCtx
          The CreateObjectActivityCtx maintains the context of a create object activity being or to be executed by an active instance.
 class GestureActivityCtx
          A GestureActivityCtx maintains the context of a gesture activity being or to be executed by an active instance.
 class GetActivityCtx
          A GetActivityCtx maintains the context of a get activity being or to be executed by an active instance.
 class JavaActivityCtx
          A JavaActivityCtx maintains the context of a java activity being or to be executed by an active instance.
 class MoveActivityCtx
          The MoveActivityCtx maintains the context of a move activity being or to be executed by an active instance.
 class PrimitiveActivityCtx
          The PrimitiveActivityCtx maintains the context of a primitive activity being or to be executed by an active instance.
 class PutActivityCtx
          A PutActivityCtx maintains the context of a put activity being or to be executed by an active instance.
 

Methods in gov.nasa.arc.brahms.common.rt that return ActivityCtx
 ActivityCtx ParameterCtx.getActivity()
          Returns the activity in which this parameter context is used
 ActivityCtx WorkframeCtx.getCurrentActivity()
          Returns the activity currently active in the workframe
 ActivityCtx IWorkframeCtx.getCurrentActivity()
          Returns the activity currently active in the workframe
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type ActivityCtx
 void WorkframeCtx.addCompletedActivity(ActivityCtx act)
          Adds the specified activity as a completed activity to the list of completed activities.
 void IWorkframeCtx.addCompletedActivity(ActivityCtx act)
          Adds the specified activity as a completed activity to the list of completed activities.
 void WorkframeCtx.removeCompletedActivity(ActivityCtx act)
          Removes the specified activity as a completed activity from the list of completed activities.
 void IWorkframeCtx.removeCompletedActivity(ActivityCtx act)
          Removes the specified activity as a completed activity from the list of completed activities.
 void ParameterCtx.setActivity(ActivityCtx act)
          Sets the activity in which this parameter context is used
 void WorkframeCtx.setCurrentActivity(ActivityCtx act)
          Sets the activity currently active in the workframe
 void IWorkframeCtx.setCurrentActivity(ActivityCtx act)
          Sets the activity currently active in the workframe
 

Constructors in gov.nasa.arc.brahms.common.rt with parameters of type ActivityCtx
ParameterCtx(ActivityCtx act)
          Constructor, creates a new ParameterCtx for the specified activity.
ParameterCtx(ActivityCtx act, java.lang.String name)
          Constructor, creates a new ParameterCtx for the specified activity.
 

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

Subclasses of ActivityCtx in gov.nasa.arc.brahms.vm.rt
 class VMActivityCtx
          The VMActivityCtx is an ActivityCtx with extensions for use in the virtual machine.
 class VMBroadcastActivityCtx
          The VMBroadcastActivityCtx is a broadcast activity context with extensions for use in the virtual machine that maintains the context of a broadcast activity being or to be executed by an active instance.
 class VMCommunicateActivityCtx
          The VMCommunicateActivityCtx is a communicate activity context with extensions for use in the virtual machine that maintains the context of a communicate activity being or to be executed by an active instance.
 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.
 class VMContainmentActivityCtx
          The VMContainmentActivityCtx is the generic context for the VMPutActivityCtx and VMGetActivityCtx.
 class VMCreateAgentActivityCtx
          The VMCreateAgentActivityCtx is a create agent activity context with extensions for use in the virtual machine that maintains the context of a create agent activity being or to be executed by an active instance.
 class VMCreateAreaActivityCtx
          The VMCreateAreaActivityCtx is a create area activity context with extensions for use in the virtual machine that maintains the context of a create area activity being or to be executed by an active instance.
 class VMCreateObjectActivityCtx
          The VMCreateObjectActivityCtx is a create object activity context with extensions for use in the virtual machine that maintains the context of a create object activity being or to be executed by an active instance.
 class VMGestureActivityCtx
          The VMGestureActivityCtx is a gesture activity context with extensions for use in the virtual machine that maintains the start and end times for an activity, the duration, priority, status, randomness, duration, resources, and gesture made when the activity was executed.
 class VMGetActivityCtx
          A VMGetActivityCtx is a GetActivityCtx with extensions for the virtual machine that maintains the context of a get activity being or to be executed by an active instance.
 class VMJavaActivityCtx
          The VMJavaActivityCtx is a java activity context with extensions for use in the virtual machine that maintains the start and end times for an activity, the duration, priority, status, randomness, duration, resources, what java class it used to execute the activity and when the activity was executed.
 class VMMoveActivityCtx
          The VMMoveActivityCtx is a move activity context with extensions for use in the virtual machine that maintains the start and end times for an activity, the duration, priority, status, randomness, duration, resources, start location and destination location.
 class VMPrimitiveActivityCtx
          The VMPrimitiveActivityCtx is a primitive activity context with extensions for use in the virtual machine.
 class VMPutActivityCtx
          A VMPutActivityCtx is a PutActivityCtx with extensions for the virtual machine that maintains the context of a put activity being or to be executed by an active instance.
 

Methods in gov.nasa.arc.brahms.vm.rt that return ActivityCtx
 ActivityCtx VMWorkframeCtx.getCurrentActivity()
          Returns the activity currently active in the workframe
 

Methods in gov.nasa.arc.brahms.vm.rt with parameters of type ActivityCtx
 void VMWorkframeCtx.addCompletedActivity(ActivityCtx act)
          Adds the specified activity as a completed activity to the list of completed activities.
 void VMWorkframeCtx.removeCompletedActivity(ActivityCtx act)
          Removes the specified activity as a completed activity from the list of completed activities.
 void VMWorkframeCtx.setCurrentActivity(ActivityCtx act)
          Sets the activity currently active in the workframe
 



Copyright © 1997-2012 All Rights Reserved.