Uses of Class
jcreek.representation.inference.ExplanationModel

Packages that use ExplanationModel
jcreek.representation   
jcreek.representation.inference   
 

Uses of ExplanationModel in jcreek.representation
 

Methods in jcreek.representation that return ExplanationModel
 ExplanationModel Relation.getExplanationModel()
          If this relation is inherited, this method returns the model that justifies the inheritance.
 

Methods in jcreek.representation with parameters of type ExplanationModel
 Relation Relation.inherit(Entity inheritedTo, ExplanationModel model)
          When inheriting a relation, a copy of the relation is made and returned.
 

Uses of ExplanationModel in jcreek.representation.inference
 

Methods in jcreek.representation.inference that return ExplanationModel
protected  ExplanationModel SpreadingActivationRule.generateModel(Entity origin)
          Method for generating an instance of the model used in the execution of the rule.
 ExplanationModel SpreadingActivationRule.execute(Entity origin)
          The basic spreading activation algorithm.
 ExplanationModel PlausibleInheritanceMethod.execute(Entity origin)
           
 



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