Uses of Class
gov.nasa.arc.brahms.vm.api.exceptions.UnknownValueException

Packages that use UnknownValueException
gov.nasa.arc.brahms.vm.api.common   
gov.nasa.arc.brahms.vm.api.components   
gov.nasa.arc.brahms.vm.api.jac   
 

Uses of UnknownValueException in gov.nasa.arc.brahms.vm.api.common
 

Methods in gov.nasa.arc.brahms.vm.api.common that throw UnknownValueException
 boolean IActiveInstance.getBeliefAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves a boolean value for an attribute of a concept from a belief in the belief state
 boolean IActiveInstance.getBeliefAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves a boolean value for a collection attribute of a concept at a given integer index from a belief in the belief state
 boolean IActiveInstance.getBeliefAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves a boolean value for a collection attribute of a concept at a given String key from a belief in the belief state
 byte IActiveInstance.getBeliefAttributeByte(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves a byte value for an attribute of a concept from the active instance's belief state
 byte IActiveInstance.getBeliefAttributeByte(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves a byte value for a collection attribute of a concept at a given integer index from a belief in the belief state
 byte IActiveInstance.getBeliefAttributeByte(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves a byte value for a collection attribute of a concept at a given String key from a belief in the belief state
 char IActiveInstance.getBeliefAttributeChar(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves a char value for an attribute of a concept from the active instance's belief state
 char IActiveInstance.getBeliefAttributeChar(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves a char value for a collection attribute of a concept at a given integer index from a belief in the belief state
 char IActiveInstance.getBeliefAttributeChar(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves a char value for a collection attribute of a concept at a given String key from a belief in the belief state
 IConcept IActiveInstance.getBeliefAttributeConcept(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves an IConcept value for an attribute of a concept from a belief in the belief state
 IConcept IActiveInstance.getBeliefAttributeConcept(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves an IConcept value for a collection attribute of a concept at a given integer index from a belief in the belief state
 IConcept IActiveInstance.getBeliefAttributeConcept(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves an IConcept value for a collection attribute of a concept at a given String key from a belief in the belief state
 double IActiveInstance.getBeliefAttributeDouble(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves a double value for an attribute of a concept from a belief in the belief state
 double IActiveInstance.getBeliefAttributeDouble(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves a double value for a collection attribute of a concept at a given integer index from a belief in the belief state
 double IActiveInstance.getBeliefAttributeDouble(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves a double value for a collection attribute of a concept at a given String key from a belief in the belief state
 float IActiveInstance.getBeliefAttributeFloat(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves a float value for an attribute of a concept from the active instance's belief state
 float IActiveInstance.getBeliefAttributeFloat(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves a float value for a collection attribute of a concept at a given integer index from a belief in the belief state
 float IActiveInstance.getBeliefAttributeFloat(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves a float value for a collection attribute of a concept at a given String key from a belief in the belief state
 int IActiveInstance.getBeliefAttributeInt(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves an int value for an attribute of a concept from the active instance's belief state
 int IActiveInstance.getBeliefAttributeInt(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves an int value for a collection attribute of a concept at a given integer index from a belief in the belief state
 int IActiveInstance.getBeliefAttributeInt(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves an int value for a collection attribute of a concept at a given String key from a belief in the belief state
 java.io.Serializable IActiveInstance.getBeliefAttributeJava(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves a Serializable value for an attribute of a concept from a belief in the belief state
 java.io.Serializable IActiveInstance.getBeliefAttributeJava(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves a Serializable value for a collection attribute of a concept at a given integer index from a belief in the belief state
 java.io.Serializable IActiveInstance.getBeliefAttributeJava(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves a Serializable value for a collection attribute of a concept at a given String key from a belief in the belief state
 long IActiveInstance.getBeliefAttributeLong(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves a long value for an attribute of a concept from a belief in the belief state
 long IActiveInstance.getBeliefAttributeLong(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves a long value for a collection attribute of a concept at a given integer index from a belief in the belief state
 long IActiveInstance.getBeliefAttributeLong(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves a long value for a collection attribute of a concept at a given String key from a belief in the belief state
 short IActiveInstance.getBeliefAttributeShort(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves a short value for an attribute of a concept from the active instance's belief state
 short IActiveInstance.getBeliefAttributeShort(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves a short value for a collection attribute of a concept at a given integer index from a belief in the belief state
 short IActiveInstance.getBeliefAttributeShort(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves a short value for a collection attribute of a concept at a given String key from a belief in the belief state
 java.lang.String IActiveInstance.getBeliefAttributeString(IConcept lhsConcept, java.lang.String attributeName, IContext ctx)
          Retrieves a String value for an attribute of a concept from a belief in the belief state The attribute's Brahms type may be either string or symbol.
 java.lang.String IActiveInstance.getBeliefAttributeString(IConcept lhsConcept, java.lang.String attributeName, int index, IContext ctx)
          Retrieves a String value for a collection attribute of a concept at a given integer index from a belief in the belief state The Brahms type of the value may be either string or symbol.
 java.lang.String IActiveInstance.getBeliefAttributeString(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key, IContext ctx)
          Retrieves a String value for a collection attribute of a concept at a given String key from a belief in the belief state The Brahms type of the value may be either string or symbol.
 

Uses of UnknownValueException in gov.nasa.arc.brahms.vm.api.components
 

Methods in gov.nasa.arc.brahms.vm.api.components that throw UnknownValueException
 boolean IWorldState.getFactAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a boolean value for an attribute of a concept from a fact in the world state
 boolean IWorldState.getFactAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a boolean value for a collection attribute of a concept at a given integer index from a fact in the world state
 boolean IWorldState.getFactAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a boolean value for a collection attribute of a concept at a given String key from a fact in the world state
 byte IWorldState.getFactAttributeByte(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a byte value for an attribute of a concept from a fact in the world state
 byte IWorldState.getFactAttributeByte(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a byte value for a collection attribute of a concept at a given integer index from a fact in the world state
 byte IWorldState.getFactAttributeByte(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a byte value for a collection attribute of a concept at a given String key from a fact in the world state
 char IWorldState.getFactAttributeChar(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a char value for an attribute of a concept from a fact in the world state
 char IWorldState.getFactAttributeChar(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a char value for a collection attribute of a concept at a given integer index from a fact in the world state
 char IWorldState.getFactAttributeChar(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a char value for a collection attribute of a concept at a given String key from a fact in the world state
 IConcept IWorldState.getFactAttributeConcept(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves an IConcept value for an attribute of a concept from a fact in the world state
 IConcept IWorldState.getFactAttributeConcept(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves an IConcept value for a collection attribute of a concept at a given integer index from a fact in the world state
 IConcept IWorldState.getFactAttributeConcept(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves an IConcept value for a collection attribute of a concept at a given String key from a fact in the world state
 double IWorldState.getFactAttributeDouble(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a double value for an attribute of a concept from a fact in the world state
 double IWorldState.getFactAttributeDouble(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a double value for a collection attribute of a concept at a given integer index from a fact in the world state
 double IWorldState.getFactAttributeDouble(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a double value for a collection attribute of a concept at a given String key from a fact in the world state
 float IWorldState.getFactAttributeFloat(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a float value for an attribute of a concept from a fact in the world state
 float IWorldState.getFactAttributeFloat(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a float value for a collection attribute of a concept at a given integer index from a fact in the world state
 float IWorldState.getFactAttributeFloat(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a float value for a collection attribute of a concept at a given String key from a fact in the world state
 int IWorldState.getFactAttributeInt(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves an int value for an attribute of a concept from a fact in the world state
 int IWorldState.getFactAttributeInt(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves an int value for a collection attribute of a concept at a given integer index from a fact in the world state
 int IWorldState.getFactAttributeInt(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves an int value for a collection attribute of a concept at a given String key from a fact in the world state
 java.io.Serializable IWorldState.getFactAttributeJava(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a Java Serializable value for an attribute of a concept from a fact in the world state
 java.io.Serializable IWorldState.getFactAttributeJava(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a Serializable value for a collection attribute of a concept at a given integer index from a fact in the world state
 java.io.Serializable IWorldState.getFactAttributeJava(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a Serializable value for a collection attribute of a concept at a given String key from a fact in the world state
 long IWorldState.getFactAttributeLong(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a long value for an attribute of a concept from a fact in the world state
 long IWorldState.getFactAttributeLong(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a long value for a collection attribute of a concept at a given integer index from a fact in the world state
 long IWorldState.getFactAttributeLong(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a long value for a collection attribute of a concept at a given String key from a fact in the world state
 short IWorldState.getFactAttributeShort(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a short value for an attribute of a concept from a fact in the world state
 short IWorldState.getFactAttributeShort(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a short value for a collection attribute of a concept at a given integer index from a fact in the world state
 short IWorldState.getFactAttributeShort(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a short value for a collection attribute of a concept at a given String key from a fact in the world state
 java.lang.String IWorldState.getFactAttributeString(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a String value for an attribute of a concept from a fact in the world state The attribute's Brahms type may be either string or symbol.
 java.lang.String IWorldState.getFactAttributeString(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a String value for a collection attribute of a concept at a given integer index from a fact in the world state The Brahms type of the value may be either string or symbol.
 java.lang.String IWorldState.getFactAttributeString(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a String value for a collection attribute of a concept at a given String key from a fact in the world state The Brahms type of the value may be either string or symbol.
 

Uses of UnknownValueException in gov.nasa.arc.brahms.vm.api.jac
 

Methods in gov.nasa.arc.brahms.vm.api.jac that throw UnknownValueException
protected  boolean AbstractExternalActivity.getBeliefAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a boolean value for an attribute of a concept from the activity performer's belief state
protected  boolean AbstractExternalActivity.getBeliefAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a boolean value for a collection attribute of a concept at a given integer index from the activity performer's belief state
protected  boolean AbstractExternalActivity.getBeliefAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a boolean value for a collection attribute of a concept at a given String key from the activity performer's belief state
protected  byte AbstractExternalActivity.getBeliefAttributeByte(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a byte value for an attribute of a concept from the activity performer's belief state
protected  byte AbstractExternalActivity.getBeliefAttributeByte(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a byte value for a collection attribute of a concept at a given integer index from the activity performer's belief state
protected  byte AbstractExternalActivity.getBeliefAttributeByte(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a byte value for a collection attribute of a concept at a given String key from the activity performer's belief state
protected  char AbstractExternalActivity.getBeliefAttributeChar(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a char value for an attribute of a concept from the activity performer's belief state
protected  char AbstractExternalActivity.getBeliefAttributeChar(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a char value for a collection attribute of a concept at a given integer index from the activity performer's belief state
protected  char AbstractExternalActivity.getBeliefAttributeChar(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves achar value for a collection attribute of a concept at a given String key from the activity performer's belief state
protected  IConcept AbstractExternalActivity.getBeliefAttributeConcept(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves an IConcept value for an attribute of a concept from the activity performer's belief state
protected  IConcept AbstractExternalActivity.getBeliefAttributeConcept(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves an IConcept value for a collection attribute of a concept at a given integer index from the activity performer's belief state
protected  IConcept AbstractExternalActivity.getBeliefAttributeConcept(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves an IConcept value for a collection attribute of a concept at a given String key from the activity performer's belief state
protected  double AbstractExternalActivity.getBeliefAttributeDouble(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a double value for an attribute of a concept from the activity performer's belief state
protected  double AbstractExternalActivity.getBeliefAttributeDouble(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a double value for a collection attribute of a concept at a given integer index from the activity performer's belief state
protected  double AbstractExternalActivity.getBeliefAttributeDouble(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a double value for a collection attribute of a concept at a given String key from the activity performer's belief state
protected  float AbstractExternalActivity.getBeliefAttributeFloat(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a float value for an attribute of a concept from the activity performer's belief state
protected  float AbstractExternalActivity.getBeliefAttributeFloat(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a float value for a collection attribute of a concept at a given integer index from the activity performer's belief state
protected  float AbstractExternalActivity.getBeliefAttributeFloat(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a float value for a collection attribute of a concept at a given String key from the activity performer's belief state
protected  int AbstractExternalActivity.getBeliefAttributeInt(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves an int value for an attribute of a concept from the activity performer's belief state
protected  int AbstractExternalActivity.getBeliefAttributeInt(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves an int value for a collection attribute of a concept at a given integer index from the activity performer's belief state
protected  int AbstractExternalActivity.getBeliefAttributeInt(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves an int value for a collection attribute of a concept at a given String key from the activity performer's belief state
protected  java.io.Serializable AbstractExternalActivity.getBeliefAttributeJava(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a Serializable value for an attribute of a concept from the activity performer's belief state
protected  java.io.Serializable AbstractExternalActivity.getBeliefAttributeJava(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a Serializable value for a collection attribute of a concept at a given integer index from the activity performer's belief state
protected  java.io.Serializable AbstractExternalActivity.getBeliefAttributeJava(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a Serializable value for a collection attribute of a concept at a given String key from the activity performer's belief state
protected  long AbstractExternalActivity.getBeliefAttributeLong(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a long value for an attribute of a concept from the activity performer's belief state
protected  long AbstractExternalActivity.getBeliefAttributeLong(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a long value for a collection attribute of a concept at a given integer index from the activity performer's belief state
protected  long AbstractExternalActivity.getBeliefAttributeLong(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a long value for a collection attribute of a concept at a given String key from the activity performer's belief state
protected  short AbstractExternalActivity.getBeliefAttributeShort(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a short value for an attribute of a concept from the activity performer's belief state
protected  short AbstractExternalActivity.getBeliefAttributeShort(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a short value for a collection attribute of a concept at a given integer index from the activity performer's belief state
protected  short AbstractExternalActivity.getBeliefAttributeShort(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a short value for a collection attribute of a concept at a given String key from the activity performer's belief state
protected  java.lang.String AbstractExternalActivity.getBeliefAttributeString(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a String value for an attribute of a concept from the activity performer's belief state The attribute's Brahms type may be either string or symbol.
protected  java.lang.String AbstractExternalActivity.getBeliefAttributeString(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a String value for a collection attribute of a concept at a given integer index from the activity performer's belief state The Brahms type of the value may be either string or symbol.
protected  java.lang.String AbstractExternalActivity.getBeliefAttributeString(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a String value for a collection attribute of a concept at a given String key from the activity performer's belief state The Brahms type of the value may be either string or symbol.
protected  boolean AbstractExternalActivity.getFactAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a boolean value for an attribute of a concept from a fact in the world state
protected  boolean AbstractExternalActivity.getFactAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a boolean value for a collection attribute of a concept at a given integer index from a fact in the world state
protected  boolean AbstractExternalActivity.getFactAttributeBoolean(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a boolean value for a collection attribute of a concept at a given String key from a fact in the world state
protected  byte AbstractExternalActivity.getFactAttributeByte(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a byte value for an attribute of a concept from a fact in the world state
protected  byte AbstractExternalActivity.getFactAttributeByte(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a byte value for a collection attribute of a concept at a given integer index from a fact in the world state
protected  byte AbstractExternalActivity.getFactAttributeByte(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a byte value for a collection attribute of a concept at a given String key from a fact in the world state
protected  char AbstractExternalActivity.getFactAttributeChar(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a char value for an attribute of a concept from a fact in the world state
protected  char AbstractExternalActivity.getFactAttributeChar(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a char value for a collection attribute of a concept at a given integer index from a fact in the world state
protected  char AbstractExternalActivity.getFactAttributeChar(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a char value for a collection attribute of a concept at a given String key from a fact in the world state
protected  IConcept AbstractExternalActivity.getFactAttributeConcept(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves an IConcept value for an attribute of a concept from a fact in the world state
protected  IConcept AbstractExternalActivity.getFactAttributeConcept(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves an IConcept value for a collection attribute of a concept at a given integer index from a fact in the world state
protected  IConcept AbstractExternalActivity.getFactAttributeConcept(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves an IConcept value for a collection attribute of a concept at a given String key from a fact in the world state
protected  double AbstractExternalActivity.getFactAttributeDouble(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a double value for an attribute of a concept from a fact in the world state
protected  double AbstractExternalActivity.getFactAttributeDouble(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a double value for a collection attribute of a concept at a given integer index from a fact in the world state
protected  double AbstractExternalActivity.getFactAttributeDouble(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a double value for a collection attribute of a concept at a given String key from a fact in the world state
protected  float AbstractExternalActivity.getFactAttributeFloat(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a float value for an attribute of a concept from a fact in the world state
protected  float AbstractExternalActivity.getFactAttributeFloat(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a float value for a collection attribute of a concept at a given integer index from a fact in the world state
protected  float AbstractExternalActivity.getFactAttributeFloat(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a float value for a collection attribute of a concept at a given String key from a fact in the world state
protected  int AbstractExternalActivity.getFactAttributeInt(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves an int value for an attribute of a concept from a fact in the world state
protected  int AbstractExternalActivity.getFactAttributeInt(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves an int value for a collection attribute of a concept at a given integer index from a fact in the world state
protected  int AbstractExternalActivity.getFactAttributeInt(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves an int value for a collection attribute of a concept at a given String key from a fact in the world state
protected  java.io.Serializable AbstractExternalActivity.getFactAttributeJava(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a Serializable value for an attribute of a concept from a fact in the world state
protected  java.io.Serializable AbstractExternalActivity.getFactAttributeJava(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a Serializable value for a collection attribute of a concept at a given integer index from a fact in the world state
protected  java.io.Serializable AbstractExternalActivity.getFactAttributeJava(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a Serializable value for a collection attribute of a concept at a given String key from a fact in the world state
protected  long AbstractExternalActivity.getFactAttributeLong(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a long value for an attribute of a concept from a fact in the world state
protected  long AbstractExternalActivity.getFactAttributeLong(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a long value for a collection attribute of a concept at a given integer index from a fact in the world state
protected  long AbstractExternalActivity.getFactAttributeLong(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a long value for a collection attribute of a concept at a given String key from a fact in the world state
protected  short AbstractExternalActivity.getFactAttributeShort(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a short value for an attribute of a concept from a fact in the world state
protected  short AbstractExternalActivity.getFactAttributeShort(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a short value for a collection attribute of a concept at a given integer index from a fact in the world state
protected  short AbstractExternalActivity.getFactAttributeShort(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a short value for a collection attribute of a concept at a given String key from a fact in the world state
protected  java.lang.String AbstractExternalActivity.getFactAttributeString(IConcept lhsConcept, java.lang.String attributeName)
          Retrieves a String value for an attribute of a concept from a fact in the world state The attribute's Brahms type may be either string or symbol.
protected  java.lang.String AbstractExternalActivity.getFactAttributeString(IConcept lhsConcept, java.lang.String attributeName, int index)
          Retrieves a String value for a collection attribute of a concept at a given integer index from a fact in the world state The Brahms type of the value may be either string or symbol.
protected  java.lang.String AbstractExternalActivity.getFactAttributeString(IConcept lhsConcept, java.lang.String attributeName, java.lang.String key)
          Retrieves a String value for a collection attribute of a concept at a given String key from a fact in the world state The Brahms type of the value may be either string or symbol.
 



Copyright © 1997-2012 All Rights Reserved.