Uses of Interface
org.openrefine.wikidata.schema.strategies.ValueMatcher
Packages that use ValueMatcher
-
Uses of ValueMatcher in org.openrefine.wikidata.schema.strategies
Classes in org.openrefine.wikidata.schema.strategies that implement ValueMatcherModifier and TypeClassDescriptionclassGeneric matcher which attempts to equate values which should generally be considered equivalent in most data import contexts.classSimple value matching strategy which only treats value as identical when they are strictly equal.Fields in org.openrefine.wikidata.schema.strategies declared as ValueMatcherModifier and TypeFieldDescriptionprotected final ValueMatcherQualifiersStatementMerger.valueMatcherMethods in org.openrefine.wikidata.schema.strategies that return ValueMatcherModifier and TypeMethodDescriptionQualifiersStatementMerger.getValueMatcher()SnakOnlyStatementMerger.getValueMatcher()Constructors in org.openrefine.wikidata.schema.strategies with parameters of type ValueMatcherModifierConstructorDescriptionQualifiersStatementMerger(ValueMatcher valueMatcher, Set<String> pids) SnakOnlyStatementMerger(ValueMatcher valueMatcher)