Interface SMOntologyFbMS
-
- All Superinterfaces:
SimilarityMeasure
,SMOntology
- All Known Implementing Classes:
SMOntologyFbMSImpl
public interface SMOntologyFbMS extends SMOntology
Calculates the similarity between query and case based on the equal and different features of the query and case entity in an ontology. Features are determined by the ancestors in the Ontology. Relations that should be used to collect the ancestors have to be defined in the InstancePredicate. The similarity is calculated by the function of Maedche and Staab.It is also possible to calculate a similarity between to sets of objects without determining the ancestors, using Set-Objects.
- 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
-
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
-
-