Uses of Interface
jcreek.representation.RelationData

Packages that use RelationData
jcreek.representation   
 

Uses of RelationData in jcreek.representation
 

Classes in jcreek.representation that implement RelationData
 class LocalRelationData
          Implementation of RelationData that stores the relation data in memory or by serialization.
 class TemporaryRelationData
           
 

Methods in jcreek.representation that return RelationData
protected  RelationData Relation.getRelationData()
          Returns this relation's RelationData object.
 RelationData LocalKnowledgeModel.makeRelation(Entity from, Entity type, Entity value)
          Creates a new data object for storing data for a Relation.
 RelationData KnowledgeModel.makeRelation(Entity from, Entity type, Entity value)
          Creates a new data object for storing data for a Relation.
 



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