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

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

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

Methods in gov.nasa.arc.brahms.common.data that return Thoughtframe
 Thoughtframe CompositeActivity.getThoughtframe(java.lang.String name)
           
 Thoughtframe ActiveConcept.getThoughtframe(java.lang.String name)
           
 

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

Methods in gov.nasa.arc.brahms.common.data with parameters of type Thoughtframe
 boolean CompositeActivity.addThoughtframe(Thoughtframe frm)
           
 boolean ActiveConcept.addThoughtframe(Thoughtframe frm)
           
 

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

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

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

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

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

Constructors in gov.nasa.arc.brahms.vm.rt with parameters of type Thoughtframe
VMThoughtframeCtx(Thoughtframe frame)
          Constructor, creates a new context for the specified thoughtframe.
VMThoughtframeCtx(Thoughtframe frame, VMActiveInstanceCtx agent)
          Constructor, creates a new context for the specified thoughtframe setting the specified agent as the agent working on frame.
 



Copyright © 1997-2012 All Rights Reserved.