Uses of Class
jcreek.representation.NoSuchRelationException

Packages that use NoSuchRelationException
jcreek.representation   
 

Uses of NoSuchRelationException in jcreek.representation
 

Methods in jcreek.representation that throw NoSuchRelationException
 Relation Entity.getRelation(RelationType rcd)
          Returns the first relation of a given type.
 Relation Entity.getRelation(RelationType[] rcd)
          Returns the first relation in a set of given types.
 Relation Entity.getLocalRelation(RelationType rcd)
          Returns the first relation of a given type (local relations only, no inherited relations).
 Relation Entity.getLocalRelation(RelationType[] rcd)
          Returns the first relation of a given set of types (local relations only, no inherited relations).
 Relation Entity.getRelation(java.lang.String relationName)
          Returns the first relation of a given type.
 Relation Entity.getRelation(java.lang.String[] relationName)
          Given an array of strings, this method retrieves the set of relations where the name of the relation-type (the RelationType) match any of the given relation name, and returns the first from that set.
 Relation Entity.getLocalRelation(java.lang.String relationName)
          Returns the first relation of a given type (only local relations, no inherited relations).
 Relation Entity.getLocalRelation(java.lang.String[] relationName)
          Given an array of strings, this method retrieves the set of local relations where the name of the relation-type (the RelationType) match any of the given relation name, and returns the first from that set.
 Relation Entity.getLocalRelation(RelationType relationType, Entity value)
          Returns the first relation of the given type to the given value.
 Relation Entity.getLocalRelation(RelationType relationType, Entity value, double strength)
          Returns the first relation of the given type to the given value and explanation strength.
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group