Class MinimalInteractorBaseUpdater<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.minimal.MinimalInteractorBaseUpdater<T>
-
- All Implemented Interfaces:
InteractorEnricher<T>
,MIEnricher<T>
public class MinimalInteractorBaseUpdater<T extends Interactor> extends AbstractInteractorUpdater<T>
A basic minimal updater for interactors. See description of minimal enrichment in AbstractInteractorUpdater- Since:
01/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description MinimalInteractorBaseUpdater()
Constructor for MinimalInteractorBaseUpdater.MinimalInteractorBaseUpdater(InteractorFetcher<T> fetcher)
Constructor for MinimalInteractorBaseUpdater.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isFullEnrichment()
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
-
MinimalInteractorBaseUpdater
public MinimalInteractorBaseUpdater()
Constructor for MinimalInteractorBaseUpdater.
-
MinimalInteractorBaseUpdater
public MinimalInteractorBaseUpdater(InteractorFetcher<T> fetcher)
Constructor for MinimalInteractorBaseUpdater.
- Parameters:
fetcher
- aInteractorFetcher
object.
-
-
Method Detail
-
isFullEnrichment
protected boolean isFullEnrichment()
isFullEnrichment.
- Overrides:
isFullEnrichment
in classAbstractInteractorUpdater<T extends Interactor>
- Returns:
- a boolean.
-
-