Class FullSourceEnricher
- java.lang.Object
-
- psidev.psi.mi.jami.enricher.impl.AbstractMIEnricher<Source>
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalSourceEnricher
-
- psidev.psi.mi.jami.enricher.impl.full.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 Summary
Constructors Constructor Description FullSourceEnricher(SourceFetcher cvTermFetcher)
Constructor for FullSourceEnricher.
-
Method Summary
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.minimal.MinimalSourceEnricher
enrich, find, getCvTermEnricherListener, getCvTermFetcher, getDelegate, getPublicationEnricher, onEnrichedVersionNotFound, processPublication, processSource, setCvTermEnricherListener, setPublicationEnricher
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.AbstractMIEnricher
enrich, enrich
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.enricher.MIEnricher
enrich, enrich
-
-
-
-
Constructor Detail
-
FullSourceEnricher
public FullSourceEnricher(SourceFetcher cvTermFetcher)
Constructor for FullSourceEnricher.
- Parameters:
cvTermFetcher
- aSourceFetcher
object.
-
-