Interface SMOntologySpRada
-
- All Superinterfaces:
SimilarityMeasure
,SMOntology
- All Known Implementing Classes:
SMOntologySpRadaImpl
public interface SMOntologySpRada extends SMOntology
Calculates the similarity between query and case based on the shortest path between query and case entity in an ontology. The similarity function of Rada et al. is used.- Author:
- Tobias Dahlem
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
-
Fields inherited from interface de.uni_trier.wi2.procake.similarity.SimilarityMeasure
COMPONENT, COMPONENT_KEY, LOG_ORDER_NAME_NOT_FOUND
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addRelation(String r)
Set the localname of the used relation for the shortest path.Set<String>
getRelations()
-
Methods inherited from interface de.uni_trier.wi2.procake.similarity.SimilarityMeasure
compute, getDataClass, getName, getSystemName, isForceOverride, isReusable, setForceOverride
-
Methods inherited from interface de.uni_trier.wi2.procake.similarity.base.ontology.SMOntology
checkArgumentApplicability, checkInstanceOntologyOrderPredicate
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-