Class FullSourceEnricher

  • All Implemented Interfaces:
    CvTermEnricher<Source>, MIEnricher<Source>, SourceEnricher

    public class FullSourceEnricher
    extends MinimalSourceEnricher
    Provides full enrichment of a Source. - enrich all properties of CvTerm (see FullCvTermEnricher for more details) - enrich publication using publication enricher. If the publication is not null in the source to enrich, it will ignore the publication loaded from the fetched source
    Since:
    29/01/14
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • FullSourceEnricher

        public FullSourceEnricher​(SourceFetcher cvTermFetcher)

        Constructor for FullSourceEnricher.

        Parameters:
        cvTermFetcher - a SourceFetcher object.