Class BaseFilterWithSetComparison
java.lang.Object
eu.sealsproject.platform.res.tool.impl.AbstractPlugin
de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
de.uni_mannheim.informatik.dws.melt.matching_jena.MatcherYAAA
de.uni_mannheim.informatik.dws.melt.matching_jena.MatcherYAAAJena
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.filter.BaseFilterWithSetComparison
- All Implemented Interfaces:
Filter
,IMatcher<org.apache.jena.ontology.OntModel,
,Alignment, Properties> eu.sealsproject.platform.res.domain.omt.IOntologyMatchingToolBridge
,eu.sealsproject.platform.res.tool.api.IPlugin
,eu.sealsproject.platform.res.tool.api.IToolBridge
- Direct Known Subclasses:
BagOfWordsSetSimilarityFilter
,CommonPropertiesFilter
,SimilarNeighboursFilter
,SimilarTypeFilter
Basic filter for instances which compares sets like neighbours or properties.
-
Field Summary
Modifier and TypeFieldDescriptionprotected SetSimilarity
The set similarity to choose when computing similarity value between the two distinct property sets.protected double
The threshold which should be larger or equal to be a valid match.Fields inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
FILE_PREFIX, FILE_SUFFIX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
void
setSetSimilarity
(SetSimilarity setSimilarity) void
setThreshold
(double threshold) Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_jena.MatcherYAAAJena
getModelSpec, match, match, readOntology
Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_jena.MatcherYAAA
match
Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
match
Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
align, align, canExecute, getType
Methods inherited from class eu.sealsproject.platform.res.tool.impl.AbstractPlugin
getId, getVersion, setId, setVersion
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.sealsproject.platform.res.tool.api.IPlugin
getId, getVersion
-
Field Details
-
threshold
protected double thresholdThe threshold which should be larger or equal to be a valid match. Computation is based on set similarity. -
setSimilarity
The set similarity to choose when computing similarity value between the two distinct property sets.
-
-
Constructor Details
-
BaseFilterWithSetComparison
-
-
Method Details
-
getThreshold
public double getThreshold() -
setThreshold
public void setThreshold(double threshold) -
getSetSimilarity
-
setSetSimilarity
-