Class MinimalGeneUpdater
- java.lang.Object
-
- psidev.psi.mi.jami.enricher.impl.AbstractMIEnricher<T>
-
- psidev.psi.mi.jami.enricher.impl.AbstractInteractorEnricher<T>
-
- psidev.psi.mi.jami.enricher.impl.AbstractInteractorUpdater<Gene>
-
- psidev.psi.mi.jami.enricher.impl.minimal.MinimalGeneUpdater
-
- All Implemented Interfaces:
InteractorEnricher<Gene>
,MIEnricher<Gene>
- Direct Known Subclasses:
FullGeneUpdater
public class MinimalGeneUpdater extends AbstractInteractorUpdater<Gene>
A basic minimal updater for genes. See description of minimal update in AbstractInteractorUpdater. The GeneFetcher is required for enriching genes.- Since:
- 04/09/13
- Author:
- Gabriel Aldam (galdam@ebi.ac.uk)
-
-
Constructor Summary
Constructors Modifier Constructor Description MinimalGeneUpdater(GeneFetcher fetcher)
Constructor for MinimalGeneUpdater.protected
MinimalGeneUpdater(AbstractInteractorEnricher<Gene> interactorEnricher)
Constructor for MinimalGeneUpdater.
-
Method Summary
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.AbstractInteractorUpdater
canEnrichInteractor, find, getInteractorEnricher, getListener, isFullEnrichment, onCompletedEnrichment, onEnrichedVersionNotFound, onInteractorCheckFailure, processAliases, processAnnotations, processChecksums, processFullName, processIdentifiers, processInteractorType, processOrganism, processShortLabel, processXrefs, setListener
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.AbstractInteractorEnricher
enrich, getCvTermEnricher, getInteractorFetcher, getOrganismEnricher, getRetryCount, processInteractorType, processOrganism, processOtherProperties, setCvTermEnricher, setOrganismEnricher, setRetryCount
-
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
-
MinimalGeneUpdater
public MinimalGeneUpdater(GeneFetcher fetcher)
Constructor for MinimalGeneUpdater.
- Parameters:
fetcher
- aGeneFetcher
object.
-
MinimalGeneUpdater
protected MinimalGeneUpdater(AbstractInteractorEnricher<Gene> interactorEnricher)
Constructor for MinimalGeneUpdater.
- Parameters:
interactorEnricher
- aAbstractInteractorEnricher
object.
-
-