Uses of Class
de.dfki.mycbr.core.explanation.Explainable

Packages that use Explainable
de.dfki.mycbr.core.casebase Contains classes for the basic definition of DefaultCaseBase objects. 
de.dfki.mycbr.core.explanation Explanations provide additional information on all myCBR concepts. 
de.dfki.mycbr.core.model Contains classes for the basic definition of the project's model. 
 

Uses of Explainable in de.dfki.mycbr.core.casebase
 

Methods in de.dfki.mycbr.core.casebase that return Explainable
 Explainable SimpleAttribute.getExpType()
           
 Explainable Instance.getExpType()
           
 

Uses of Explainable in de.dfki.mycbr.core.explanation
 

Methods in de.dfki.mycbr.core.explanation that return Explainable
 Explainable IExplainable.getExpType()
           
static Explainable Explainable.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Explainable[] Explainable.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Explainable in de.dfki.mycbr.core.model
 

Methods in de.dfki.mycbr.core.model that return Explainable
 Explainable Concept.getExpType()
           
 Explainable AttributeDesc.getExpType()