Class FullInteractorBaseUpdater<T extends Interactor>
- 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<T>
-
- psidev.psi.mi.jami.enricher.impl.full.FullInteractorBaseUpdater<T>
-
- All Implemented Interfaces:
InteractorEnricher<T>,MIEnricher<T>
- Direct Known Subclasses:
FullInteractorPoolUpdater,FullPolymerUpdater
public class FullInteractorBaseUpdater<T extends Interactor> extends AbstractInteractorUpdater<T>
Full updater of interactor- Since:
30/01/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Modifier Constructor Description FullInteractorBaseUpdater()Constructor for FullInteractorBaseUpdater.FullInteractorBaseUpdater(InteractorFetcher<T> fetcher)Constructor for FullInteractorBaseUpdater.protectedFullInteractorBaseUpdater(FullInteractorBaseEnricher<T> enricher)Constructor for FullInteractorBaseUpdater.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisFullEnrichment()isFullEnrichment.-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.AbstractInteractorUpdater
canEnrichInteractor, find, getInteractorEnricher, getListener, 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
-
FullInteractorBaseUpdater
public FullInteractorBaseUpdater()
Constructor for FullInteractorBaseUpdater.
-
FullInteractorBaseUpdater
public FullInteractorBaseUpdater(InteractorFetcher<T> fetcher)
Constructor for FullInteractorBaseUpdater.
- Parameters:
fetcher- aInteractorFetcherobject.
-
FullInteractorBaseUpdater
protected FullInteractorBaseUpdater(FullInteractorBaseEnricher<T> enricher)
Constructor for FullInteractorBaseUpdater.
- Parameters:
enricher- aFullInteractorBaseEnricherobject.
-
-
Method Detail
-
isFullEnrichment
protected boolean isFullEnrichment()
isFullEnrichment.
- Overrides:
isFullEnrichmentin classAbstractInteractorUpdater<T extends Interactor>- Returns:
- a boolean.
-
-