Uses of Class
jcreek.reasoning.CaseComparison

Packages that use CaseComparison
jcreek.gui.reasoning   
jcreek.reasoning   
 

Uses of CaseComparison in jcreek.gui.reasoning
 

Methods in jcreek.gui.reasoning that return CaseComparison
 CaseComparison CaseComparisonPane.getCaseComparison()
           
 

Constructors in jcreek.gui.reasoning with parameters of type CaseComparison
CaseComparisonPane(CaseComparison comparison)
           
 

Uses of CaseComparison in jcreek.reasoning
 

Methods in jcreek.reasoning that return CaseComparison
 CaseComparison[] RetrieveResult.getComparisons()
          Gives the set of CaseComparisons for the current reasoning step.
 CaseComparison[] RetrieveResult.getAllComparisons()
          Gives all case-comparisons, including those comparisons which has not been through the explain and focus steps.
 CaseComparison RetrieveResult.getBestComparison()
          Gives the CaseComparison object that represents the best match with a solved case.
 CaseComparison RetrieveResult.getComparison(int i)
          Gives the CaseComparison at the place specified.
 



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