Uses of Interface
org.gbif.api.model.collections.lookup.EntityMatched
-
Packages that use EntityMatched Package Description org.gbif.api.model.collections.lookup -
-
Uses of EntityMatched in org.gbif.api.model.collections.lookup
Classes in org.gbif.api.model.collections.lookup with type parameters of type EntityMatched Modifier and Type Class Description class
Match<T extends EntityMatched>
Used in theLookupResult
to express how good an entity matches.Classes in org.gbif.api.model.collections.lookup that implement EntityMatched Modifier and Type Class Description class
BaseEntityMatched
class
CollectionMatched
class
InstitutionMatched
Methods in org.gbif.api.model.collections.lookup with type parameters of type EntityMatched Modifier and Type Method Description static <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)
-