Uses of Class
de.dfki.mycbr.core.model.ConceptDesc

Packages that use ConceptDesc
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.model Contains classes for the basic definition of the project's model. 
 

Uses of ConceptDesc in de.dfki.mycbr.core
 

Methods in de.dfki.mycbr.core that return types with arguments of type ConceptDesc
 java.util.Vector<ConceptDesc> Project.getPartOfRelations()
           
 

Methods in de.dfki.mycbr.core with parameters of type ConceptDesc
 void Project.addPartOfRelation(ConceptDesc desc)
           
 void Project.deletePartOfRelation(ConceptDesc desc)
           
 

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

Methods in de.dfki.mycbr.core.model that return types with arguments of type ConceptDesc
 java.util.Vector<ConceptDesc> Concept.getPartOfRelations()
          Returns all part-of relation known for this concept.
 

Methods in de.dfki.mycbr.core.model with parameters of type ConceptDesc
 void Concept.addPartOfRelation(ConceptDesc desc)
          Adds desc as a part of relation of this concept.
 void Concept.deletePartOfRelation(ConceptDesc desc)
          Removes the given description as part-of relation.