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

Packages that use InitialStatement
gov.nasa.arc.brahms.common.data   
 

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

Methods in gov.nasa.arc.brahms.common.data that return types with arguments of type InitialStatement
protected  java.util.LinkedList<InitialStatement> ObjectInstance.getInitialBeliefsRecursive(boolean includeThis)
          Returns the active concepts' initial beliefs including the initial beliefs of its parent class and their parent super classes.
protected  java.util.LinkedList<InitialStatement> Agent.getInitialBeliefsRecursive(boolean includeThis)
          Returns the active concepts' initial beliefs including the initial beliefs of its parent class and their parent super classes.
protected abstract  java.util.LinkedList<InitialStatement> ActiveConcept.getInitialBeliefsRecursive(boolean includeThis)
          Returns the active concepts' initial beliefs including the initial beliefs of its parent class and their parent super classes.
protected  java.util.LinkedList<InitialStatement> ObjectInstance.getInitialFactsRecursive(boolean includeThis)
          Returns the active concepts' initial facts including the initial facts of its parent class and their parent super classes.
protected  java.util.LinkedList<InitialStatement> AreaDef.getInitialFactsRecursive(boolean includeThis)
          Returns the area def's initial facts including the initial facts of its parent class and their parent super classes.
protected  java.util.LinkedList<InitialStatement> Area.getInitialFactsRecursive(boolean includeThis)
          Returns the area's initial facts including the initial facts of its parent class and their parent super classes.
protected  java.util.LinkedList<InitialStatement> Agent.getInitialFactsRecursive(boolean includeThis)
          Returns the active concepts' initial facts including the initial facts of its parent class and their parent super classes.
protected abstract  java.util.LinkedList<InitialStatement> ActiveConcept.getInitialFactsRecursive(boolean includeThis)
          Returns the active concepts' initial facts including the initial facts of its parent class and their parent super classes.
protected  java.util.LinkedList<InitialStatement> ActiveClass.getInitialFactsRecursive(boolean includeThis)
          Returns the active concepts' initial facts including the initial facts of its parent class and their parent super classes.
 

Methods in gov.nasa.arc.brahms.common.data with parameters of type InitialStatement
 boolean ActiveConcept.addInitialBelief(InitialStatement belief)
           
 boolean GeographyConcept.addInitialFact(InitialStatement fact)
           
 boolean ActiveConcept.addInitialFact(InitialStatement fact)
           
 

Method parameters in gov.nasa.arc.brahms.common.data with type arguments of type InitialStatement
 boolean InitialStatement.isOverridden(java.util.List<InitialStatement> statements)
          Checks whether this initial statement would be overridden by one of the initial statements in a list obtained from more specific concepts
 



Copyright © 1997-2012 All Rights Reserved.