Interface HintingEntityMapper<T extends Identifiable>

All Superinterfaces:
EntityMapper<T>
All Known Implementing Classes:
GeoBioAssayMapper, SimpleBioAssayMapper

public interface HintingEntityMapper<T extends Identifiable> extends EntityMapper<T>
Interface for mappers that can provide hints of identifier candidates.

This is mainly used to provide feedback to the user.

Author:
poirigui
  • Method Details

    • getCandidateIdentifiers

      List<String> getCandidateIdentifiers(T entity)
      Obtain a list of possible identifiers for the given entity from higher to lower confidence.