Uses of Package
de.dfki.mycbr.core.model

Packages that use de.dfki.mycbr.core.model
de.dfki.mycbr.core Contains all classes that represent core functionality of a CBR application such as the domain model, case bases, similarity functions and retrieval algorithms. 
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. 
de.dfki.mycbr.core.retrieval All retrieval algorithms extend the abstract class RetrievalEngine and can be used within Retrieval objects to obtain the retrieval results (possibly ordered pairs of case and corresponding similarity). 
de.dfki.mycbr.core.similarity Contains standard classes to maintain similarity functions for attribute descriptions (local similarity functions) and concepts (amalgamation functions). 
de.dfki.mycbr.io Contains classes that handle import and export of relevant CBR application data. 
 

Classes in de.dfki.mycbr.core.model used by de.dfki.mycbr.core
AttributeDesc
          The vocabulary of a myCBR project consists of several concepts which describe a tree like structure as a class hierarchy (with composition and inheritance).
Concept
          Concepts define the entities in the model.
ConceptDesc
          The vocabulary of a myCBR project consists of several attribute descriptions which describe a tree like structure as a class hierarchy (with composition and inheritance).
SpecialDesc
          Special values are values that can be used for any attribute description.
 

Classes in de.dfki.mycbr.core.model used by de.dfki.mycbr.core.casebase
AttributeDesc
          The vocabulary of a myCBR project consists of several concepts which describe a tree like structure as a class hierarchy (with composition and inheritance).
Concept
          Concepts define the entities in the model.
DateDesc
          Description for date attributes.
DoubleDesc
          Description for Number attributes.
FloatDesc
          Description for Number attributes.
IntegerDesc
          Description for Integer attributes.
IntervalDesc
          The allow computation of similarity between intervals there must be a minimal and a maximal value that restrict the possible interval bounds.
StringDesc
          Description for string attributes.
SymbolDesc
          Description for symbol attributes.
 

Classes in de.dfki.mycbr.core.model used by de.dfki.mycbr.core.explanation
AttributeDesc
          The vocabulary of a myCBR project consists of several concepts which describe a tree like structure as a class hierarchy (with composition and inheritance).
Concept
          Concepts define the entities in the model.
 

Classes in de.dfki.mycbr.core.model used by de.dfki.mycbr.core.model
AttributeDesc
          The vocabulary of a myCBR project consists of several concepts which describe a tree like structure as a class hierarchy (with composition and inheritance).
Concept
          Concepts define the entities in the model.
ConceptDesc
          The vocabulary of a myCBR project consists of several attribute descriptions which describe a tree like structure as a class hierarchy (with composition and inheritance).
DescriptionEnum
          Lists the possible attribute descriptions to model the basic vocabulary of this project.
SimpleAttDesc
          You can either define simple attribute descriptions, or concept descriptions.
SpecialDesc
          Special values are values that can be used for any attribute description.
SymbolDesc
          Description for symbol attributes.
 

Classes in de.dfki.mycbr.core.model used by de.dfki.mycbr.core.retrieval
Concept
          Concepts define the entities in the model.
 

Classes in de.dfki.mycbr.core.model used by de.dfki.mycbr.core.similarity
AttributeDesc
          The vocabulary of a myCBR project consists of several concepts which describe a tree like structure as a class hierarchy (with composition and inheritance).
Concept
          Concepts define the entities in the model.
DateDesc
          Description for date attributes.
DoubleDesc
          Description for Number attributes.
FloatDesc
          Description for Number attributes.
IntegerDesc
          Description for Integer attributes.
IntervalDesc
          The allow computation of similarity between intervals there must be a minimal and a maximal value that restrict the possible interval bounds.
SimpleAttDesc
          You can either define simple attribute descriptions, or concept descriptions.
SpecialDesc
          Special values are values that can be used for any attribute description.
StringDesc
          Description for string attributes.
SymbolDesc
          Description for symbol attributes.
 

Classes in de.dfki.mycbr.core.model used by de.dfki.mycbr.io
AttributeDesc
          The vocabulary of a myCBR project consists of several concepts which describe a tree like structure as a class hierarchy (with composition and inheritance).
Concept
          Concepts define the entities in the model.