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

Packages that use Attribute
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 Attribute in gov.nasa.arc.brahms.common.data
 

Subclasses of Attribute in gov.nasa.arc.brahms.common.data
 class JavaProperty
          The class JavaProperty is a subclass of Attribute used to represent a property of a Java object that complies with the Java Bean Specification.
 class Relation
          A relation represent an association between two concepts.
 

Methods in gov.nasa.arc.brahms.common.data that return Attribute
 Attribute Operand.getAttribute()
           
 Attribute Concept.getAttribute(java.lang.String name)
          Returns the Attribute with the specified name.
 Attribute ConceptualConcept.getAttribute(java.lang.String name, boolean includeParents)
          Returns the Attribute with the specified name.
 Attribute Concept.getAttribute(java.lang.String name, boolean includeParents)
          Returns the Attribute with the specified name.
 Attribute AreaDef.getAttribute(java.lang.String name, boolean includeParents)
          Returns the Attribute with the specified name.
 Attribute Area.getAttribute(java.lang.String name, boolean includeParents)
          Returns the Attribute with the specified name.
 Attribute ActiveConcept.getAttribute(java.lang.String name, boolean includeParents)
          Returns the Attribute with the specified name.
protected  Attribute ObjectInstance.getAttributeRecursive(java.lang.String name, boolean includeThis)
          Searches for the attribute with the specified name through the concept hierarchy breadth first.
protected  Attribute ConceptualInstance.getAttributeRecursive(java.lang.String name, boolean includeThis)
          Searches for the attribute with the specified name through the concept hierarchy breadth first.
protected abstract  Attribute ConceptualConcept.getAttributeRecursive(java.lang.String name, boolean includeThis)
          Searches for the attribute with the specified name through the concept hierarchy breadth first.
protected  Attribute ConceptualClass.getAttributeRecursive(java.lang.String name, boolean includeThis)
          Searches for the attribute with the specified name through the concept hierarchy breadth first.
protected  Attribute AreaDef.getAttributeRecursive(java.lang.String name, boolean includeThis)
          Searches for the attribute with the specified name through the concept hierarchy breadth first.
protected  Attribute Area.getAttributeRecursive(java.lang.String name, boolean includeThis)
          Searches for the attribute with the specified name through the concept hierarchy breadth first.
protected  Attribute Agent.getAttributeRecursive(java.lang.String name, boolean includeThis)
          Searches for the attribute with the specified name through the concept hierarchy breadth first.
protected abstract  Attribute ActiveConcept.getAttributeRecursive(java.lang.String name, boolean includeThis)
          Searches for the attribute with the specified name through the concept hierarchy breadth first.
protected  Attribute ActiveClass.getAttributeRecursive(java.lang.String name, boolean includeThis)
          Searches for the attribute with the specified name through the concept hierarchy breadth first.
 

Methods in gov.nasa.arc.brahms.common.data that return types with arguments of type Attribute
protected  java.util.LinkedList<Attribute> ObjectInstance.getAttributesRecursive(boolean includeThis)
          Returns the active concepts' attributes including the attributes inherited from its parent class and their parent super classes.
protected  java.util.LinkedList<Attribute> ConceptualInstance.getAttributesRecursive(boolean includeThis)
          Returns the conceptual concepts' attributes including the attributes inherited from its parent class and their parent super classes.
protected abstract  java.util.LinkedList<Attribute> ConceptualConcept.getAttributesRecursive(boolean includeThis)
          Returns the conceptual concepts' attributes including the attributes inherited from its parent class and their parent super classes.
protected  java.util.LinkedList<Attribute> ConceptualClass.getAttributesRecursive(boolean includeThis)
          Returns the conceptual class' attributes including the attributes inherited from its parent class and their parent super classes.
protected  java.util.LinkedList<Attribute> AreaDef.getAttributesRecursive(boolean includeThis)
          Returns the area def's attributes including the attributes inherited from its parent class and their parent super classes.
protected  java.util.LinkedList<Attribute> Area.getAttributesRecursive(boolean includeThis)
          Returns the area's attributes including the attributes inherited from its parent class and their parent super classes.
protected  java.util.LinkedList<Attribute> Agent.getAttributesRecursive(boolean includeThis)
          Returns the active concepts' attributes including the attributes inherited from its parent class and their parent super classes.
protected abstract  java.util.LinkedList<Attribute> ActiveConcept.getAttributesRecursive(boolean includeThis)
          Returns the active concepts' attributes including the attributes inherited from its parent class and their parent super classes.
protected  java.util.LinkedList<Attribute> ActiveClass.getAttributesRecursive(boolean includeThis)
          Returns the active concepts' attributes including the attributes inherited from its parent class and their parent super classes.
 

Methods in gov.nasa.arc.brahms.common.data with parameters of type Attribute
 boolean Concept.addAttribute(Attribute att)
           
 void Operand.setAttribute(Attribute att)
           
 

Constructors in gov.nasa.arc.brahms.common.data with parameters of type Attribute
Operand(Concept concept, Attribute attribute)
           
Operand(Current current, Attribute attribute)
           
Operand(java.lang.Object object, Attribute property)
          Constructor, creates a new operand referencing the specified Java object and property.
Operand(Parameter parm, Attribute attribute)
           
Operand(Variable var, Attribute attribute)
           
 

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

Methods in gov.nasa.arc.brahms.common.rt that return Attribute
protected  Attribute ConceptCtx.getAttribute(java.lang.String name)
          Returns the attribute with the specified name from the cache.
 Attribute AttributeStatement.getLhsAttribute()
          Returns the left hand side attribute.
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type Attribute
protected  void ConceptCtx.addAttribute(Attribute att)
          Adds the specified attribute to the attribute cache containing a list of all the attributes specified for a concept, including the attributes specified for parent concepts (if available).
protected  void ConceptCtx.removeAttribute(Attribute att)
          Removes the specified attribute from the attribute cache containing a list of all the attributes specified for a concept, including the attributes specified for parent concepts (if available).
 void AttributeStatement.setLhsAttribute(Attribute lhsAttribute)
          Sets the left hand side attribute of the relation.
 

Constructors in gov.nasa.arc.brahms.common.rt with parameters of type Attribute
AttributeStatement(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation, java.lang.Object rhsValue, int rhsValueType)
          Constructor, creates a new attribute statement with the specified object, attribute, collection index, relation, and value.
AttributeStatement(java.lang.Object lhsObject, Attribute lhsAttribute, int relation, java.lang.Object rhsValue)
          Constructor, creates a new attribute statement with the specified object, attribute, relation, and value.
AttributeStatement(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation, java.lang.Object rhsValue, int rhsValueType)
          Constructor, creates a new attribute statement with the specified object, attribute, collection index, relation, and value.
 

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

Methods in gov.nasa.arc.brahms.vm.data that return Attribute
 Attribute ExpressionOperand.getAttribute()
          Returns the attribute for the expression operand
 

Methods in gov.nasa.arc.brahms.vm.data with parameters of type Attribute
 void ExpressionOperand.setAttribute(Attribute attr)
          Sets the expression operand attribute
 

Constructors in gov.nasa.arc.brahms.vm.data with parameters of type Attribute
ExpressionOperand(java.lang.Object object, Attribute attribute)
          Constructor, creates a new ExpressionOperand specifying the resulting operand after evaluating the expression.
ExpressionOperand(java.lang.Object object, Attribute attribute, java.lang.Object index)
          Constructor, creates a new ExpressionOperand specifying the resulting operand after evaluating the expression.
VMOperand(Concept concept, Attribute attribute)
          Constructor, creates a new operand for the specified concept and attribute
VMOperand(Current current, Attribute attribute)
          Constructor, creates a new operand for the current indicator and attribute.
VMOperand(java.lang.Object object, Attribute property)
          Constructor, creates a new operand referencing the specified Java object and property.
VMOperand(Parameter parm, Attribute attribute)
          Constructor, creates a new operand for the specified parameter and attribute.
VMOperand(Variable var, Attribute attribute)
          Constructor, creates a new operand for the specified variable and attribute.
 

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

Methods in gov.nasa.arc.brahms.vm.rt that return Attribute
 Attribute VMActiveInstanceCtx.getLocationAttribute()
          Returns the attribute used to specify the location of the active instance in facts and beliefs about the active instance's location.
 

Methods in gov.nasa.arc.brahms.vm.rt with parameters of type Attribute
 IBeliefCtx VMActiveInstanceCtx.getBelief(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBeliefCtx VMActiveInstanceCtx.getBelief(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation, java.lang.Object value)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBeliefCtx VMActiveInstanceCtx.getBelief(java.lang.Object lhsObject, Attribute lhsAttribute, int relation, java.lang.Object value)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 VMBeliefCtx VMActiveInstanceCtx.getBelief(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBeliefCtx VMActiveInstanceCtx.getBelief(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation, java.lang.Object value)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBeliefCtx VMActiveInstanceCtx.getBeliefForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 IBeliefCtx VMActiveInstanceCtx.getBeliefForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex)
          Find the belief using the specified parameters and return the belief if found, null if the belief was not found.
 java.util.Enumeration<IBeliefCtx> VMActiveInstanceCtx.getBeliefs(Attribute lhsAttribute)
          Returns a list of all the beliefs that have the specified attribute regardless of their left and right hand side values.
 java.util.Enumeration<IBeliefCtx> VMActiveInstanceCtx.getBeliefs(java.lang.Object lhsObject, Attribute lhsAttribute)
          Returns a list of all the beliefs that have the specified concept and attribute on their left hand side regardless of their relational operator or value.
 java.util.Enumeration<IBeliefCtx> VMActiveInstanceCtx.getBeliefs(java.lang.Object lhsObject, Attribute lhsAttribute, int relation)
          Returns a list of all the beliefs that have the specified concept and attribute on their left hand side and that use the specified relational operator.
 java.util.Enumeration<IBeliefCtx> VMActiveInstanceCtx.getBeliefs(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation)
          Find and return the beliefs using the specified parameters.
 java.util.Enumeration<IBeliefCtx> VMActiveInstanceCtx.getBeliefs(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation, java.lang.Object value)
          Find and return the beliefs using the specified parameters.
 java.util.Enumeration<IBeliefCtx> VMActiveInstanceCtx.getBeliefs(java.lang.Object lhsObject, Attribute lhsAttribute, int relation, java.lang.Object value)
          Find the belief(s) using the specified parameters and return the belief(s) if found.
 java.util.Enumeration<IBeliefCtx> VMActiveInstanceCtx.getBeliefs(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation)
          Find and return the beliefs using the specified parameters.
 java.util.Enumeration<IBeliefCtx> VMActiveInstanceCtx.getBeliefs(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation, java.lang.Object value)
          Find and return the beliefs using the specified parameters.
 java.util.Enumeration<IBeliefCtx> VMActiveInstanceCtx.getBeliefsForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex)
          Find and return the beliefs using the specified parameters.
 java.util.Enumeration<IBeliefCtx> VMActiveInstanceCtx.getBeliefsForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex)
          Find and return the beliefs using the specified parameters.
 VMStatementCtx StatementSet.getStatement(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx IStatementSet.getStatement(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx StatementSet.getStatement(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation, java.lang.Object value)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx IStatementSet.getStatement(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation, java.lang.Object value)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx StatementSet.getStatement(java.lang.Object lhsObject, Attribute lhsAttribute, int relation, java.lang.Object value)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx IStatementSet.getStatement(java.lang.Object lhsObject, Attribute lhsAttribute, int relation, java.lang.Object value)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx StatementSet.getStatement(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx IStatementSet.getStatement(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx StatementSet.getStatement(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation, java.lang.Object value)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx IStatementSet.getStatement(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation, java.lang.Object value)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx StatementSet.getStatementForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx IStatementSet.getStatementForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx StatementSet.getStatementForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 VMStatementCtx IStatementSet.getStatementForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex)
          Find the statement using the specified parameters and return the statement if found, null if the statement was not found.
 java.util.ListIterator StatementSet.getStatements(Attribute attribute)
          Returns a list of all the statements that have the specified attribute regardless of their left and right hand side values.
 java.util.ListIterator IStatementSet.getStatements(Attribute attribute)
          Returns a list of all the statements that have the specified attribute regardless of their left and right hand side values.
 java.util.ListIterator StatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute)
          Returns a list of all the statements that have the specified concept and attribute on their left hand side regardless of their relational operator or value.
 java.util.ListIterator IStatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute)
          Returns a list of all the statements that have the specified concept and attribute on their left hand side regardless of their relational operator or value.
 java.util.ListIterator StatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, int relation)
          Returns a list of all the statements that have the specified concept and attribute on their left hand side and that use the specified relational operator.
 java.util.ListIterator IStatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, int relation)
          Returns a list of all the statements that have the specified concept and attribute on their left hand side and that use the specified relational operator.
 java.util.ListIterator StatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation)
          Find and return the statements using the specified parameters.
 java.util.ListIterator IStatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation)
          Find and return the statements using the specified parameters.
 java.util.ListIterator StatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation, java.lang.Object value)
          Find and return the statements using the specified parameters.
 java.util.ListIterator IStatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex, int relation, java.lang.Object value)
          Find and return the statements using the specified parameters.
 java.util.ListIterator StatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, int relation, java.lang.Object value)
          Find the statement(s) using the specified parameters and return the statement(s) if found.
 java.util.ListIterator IStatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, int relation, java.lang.Object value)
          Find the statement(s) using the specified parameters and return the statement(s) if found.
 java.util.ListIterator StatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation)
          Find and return the statements using the specified parameters.
 java.util.ListIterator IStatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation)
          Find and return the statements using the specified parameters.
 java.util.ListIterator StatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation, java.lang.Object value)
          Find and return the statements using the specified parameters.
 java.util.ListIterator IStatementSet.getStatements(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex, int relation, java.lang.Object value)
          Find and return the statements using the specified parameters.
 java.util.ListIterator StatementSet.getStatementsForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex)
          Find and return the statements using the specified parameters.
 java.util.ListIterator IStatementSet.getStatementsForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, int lhsCollectionIndex)
          Find and return the statements using the specified parameters.
 java.util.ListIterator StatementSet.getStatementsForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex)
          Find and return the statements using the specified parameters.
 java.util.ListIterator IStatementSet.getStatementsForIndex(java.lang.Object lhsObject, Attribute lhsAttribute, java.lang.String lhsCollectionIndex)
          Find and return the statements using the specified parameters.
 



Copyright © 1997-2012 All Rights Reserved.