Uses of Class
gov.nasa.arc.brahms.common.data.Workframe

Packages that use Workframe
gov.nasa.arc.brahms.common.data   
gov.nasa.arc.brahms.common.rt   
gov.nasa.arc.brahms.vm.data   
 

Uses of Workframe in gov.nasa.arc.brahms.common.data
 

Methods in gov.nasa.arc.brahms.common.data that return Workframe
 Workframe Delete.getOwner()
          Returns the Workframe in which the delete operation is declared.
 Workframe Assignment.getOwner()
          Returns the Workframe in which the assignment operation is declared.
 Workframe CompositeActivity.getWorkframe(java.lang.String name)
           
 Workframe ActiveConcept.getWorkframe(java.lang.String name)
           
 

Methods in gov.nasa.arc.brahms.common.data that return types with arguments of type Workframe
protected  java.util.LinkedList<Workframe> ObjectInstance.getWorkframesRecursive(boolean includeThis, boolean includeComposites)
          Returns the active concepts' workframes including the workframes of its parent class and their parent super classes.
protected  java.util.LinkedList<Workframe> Agent.getWorkframesRecursive(boolean includeThis, boolean includeComposites)
          Returns the active concepts' workframes including the workframes of its parent class and their parent super classes.
protected abstract  java.util.LinkedList<Workframe> ActiveConcept.getWorkframesRecursive(boolean includeThis, boolean includeComposites)
          Returns the active concepts' workframes including the workframes of its parent class and their parent super classes.
protected  java.util.LinkedList<Workframe> ActiveClass.getWorkframesRecursive(boolean includeThis, boolean includeComposites)
          Returns the active concepts' workframes including the workframes of its parent class and their parent super classes.
 

Methods in gov.nasa.arc.brahms.common.data with parameters of type Workframe
 boolean CompositeActivity.addWorkframe(Workframe frm)
           
 boolean ActiveConcept.addWorkframe(Workframe frm)
           
 void Delete.setOwner(Workframe owner)
          Sets the Workframe in which the delete operation is declared.
 void Assignment.setOwner(Workframe owner)
          Sets the Workframe in which the assignment operation is declared.
 

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

Constructors in gov.nasa.arc.brahms.common.rt with parameters of type Workframe
WorkframeCtx(Workframe frame)
          Constructor, creates a new context for the specified workframe.
 

Uses of Workframe in gov.nasa.arc.brahms.vm.data
 

Subclasses of Workframe in gov.nasa.arc.brahms.vm.data
 class VMWorkframe
          A VMWorkframe is a Workframe with extensions for use in the Brahms virtual machine.
 



Copyright © 1997-2012 All Rights Reserved.