Uses of Class
jcreek.representation.inference.TaskTooComplexException

Packages that use TaskTooComplexException
jcreek.representation   
jcreek.representation.inference   
 

Uses of TaskTooComplexException in jcreek.representation
 

Methods in jcreek.representation that throw TaskTooComplexException
 Explanation[] Relation.getExplanations()
          Returns an array of explanations for this relation.
 

Uses of TaskTooComplexException in jcreek.representation.inference
 

Methods in jcreek.representation.inference that throw TaskTooComplexException
 Explanation[] ExplanationModel.getExplanations(Entity target, int acceptedComplexity)
          Exhaustive, depth-first search for paths within the submodel.
 Explanation[] ExplanationModel.getExplanations(RelationType rcd, Entity target, int acceptedComplexity)
          Exhaustive, depth-first search for paths within the submodel.
 double ExplanationModel.getExplanationStrength(RelationType rcd, Entity target)
          Returns the activation strength of the target in regards to the origin.
 double ExplanationModel.getExplanationStrength(Entity target)
           
 



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