Class MinimalOrganismEnricher

  • All Implemented Interfaces:
    MIEnricher<Organism>, OrganismEnricher
    Direct Known Subclasses:
    FullOrganismEnricher, MinimalOrganismUpdater

    public class MinimalOrganismEnricher
    extends AbstractMIEnricher<Organism>
    implements OrganismEnricher
    Provides minimum enrichment of a Organism. - enrich common name if not set. Does not override it with fetched organism common name if already set. - enrich scientific name if not set. Does not override it with fetched organism scientific name if already set. The organism fetcher is required for enriching organism
    Since:
    22/05/13
    Author:
    Gabriel Aldam (galdam@ebi.ac.uk)