|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SuperConcept | |
---|---|
de.fuberlin.wiwiss.semmf.engine | |
de.fuberlin.wiwiss.semmf.taxon |
Uses of SuperConcept in de.fuberlin.wiwiss.semmf.engine |
---|
Methods in de.fuberlin.wiwiss.semmf.engine with parameters of type SuperConcept | |
---|---|
private float |
TaxonomicMatcher.calcConSim(BottomConcept qc,
SuperConcept rc)
Calculates concept similarity between two given concepts based on their respective positions in the concept hierarchy. |
private float |
TaxonomicMatcher.calcConSim(SuperConcept qc,
BottomConcept rc)
Calculates concept similarity between two given concepts based on their respective positions in the concept hierarchy. |
private float |
TaxonomicMatcher.calcConSim(SuperConcept qc,
SuperConcept rc)
Calculates concept similarity between two given concepts based on their respective positions in the concept hierarchy. |
Uses of SuperConcept in de.fuberlin.wiwiss.semmf.taxon |
---|
Fields in de.fuberlin.wiwiss.semmf.taxon declared as SuperConcept | |
---|---|
private SuperConcept |
ConceptPosition.superConcept
Reference to a super concpet of a concept having his position. |
Methods in de.fuberlin.wiwiss.semmf.taxon that return SuperConcept | |
---|---|
SuperConcept |
Taxonomy.findCCP(SuperConcept c1,
SuperConcept c2)
|
SuperConcept |
ConceptPosition.getSuperConcept()
|
Methods in de.fuberlin.wiwiss.semmf.taxon with parameters of type SuperConcept | |
---|---|
private void |
Taxonomy.createHierarchyTree(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.rdf.model.Resource r,
SuperConcept superC,
int level)
Creates the parent-child-relationship among concepts from this taxonomy |
SuperConcept |
Taxonomy.findCCP(SuperConcept c1,
SuperConcept c2)
|
Constructors in de.fuberlin.wiwiss.semmf.taxon with parameters of type SuperConcept | |
---|---|
ConceptPosition(int level,
SuperConcept sc)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |