Uses of Interface
org.gbif.api.model.collections.lookup.EntityMatched
Packages that use EntityMatched
-
Uses of EntityMatched in org.gbif.api.model.collections.lookup
Classes in org.gbif.api.model.collections.lookup with type parameters of type EntityMatchedModifier and TypeClassDescriptionclassMatch<T extends EntityMatched>Used in theLookupResultto express how good an entity matches.Classes in org.gbif.api.model.collections.lookup that implement EntityMatchedModifier and TypeClassDescriptionclassclassclassMethods in org.gbif.api.model.collections.lookup with type parameters of type EntityMatchedModifier and TypeMethodDescriptionstatic <T extends EntityMatched>
Match<T>Match.exact(T entity, Set<Match.Reason> reasons) static <T extends EntityMatched>
Match<T>Match.exact(T entity, Match.Reason... reasons) static <T extends EntityMatched>
Match<T>Match.explicitMapping(T entity, Set<Match.Reason> reasons) static <T extends EntityMatched>
Match<T>Match.explicitMapping(T entity, Match.Reason... reasons) static <T extends EntityMatched>
Match<T>Match.fuzzy(T entity, Set<Match.Reason> reasons) static <T extends EntityMatched>
Match<T>Match.fuzzy(T entity, Match.Reason... reasons) static <T extends EntityMatched>
Match<T>Match.none()static <T extends EntityMatched>
Match<T>Match.none(Match.Status status)