Class FullInteractorBaseEnricher<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.minimal.MinimalInteractorBaseEnricher<T>
-
- psidev.psi.mi.jami.enricher.impl.full.FullInteractorBaseEnricher<T>
-
- All Implemented Interfaces:
InteractorEnricher<T>,MIEnricher<T>
- Direct Known Subclasses:
FullInteractorPoolEnricher,FullPolymerEnricher
public class FullInteractorBaseEnricher<T extends Interactor> extends MinimalInteractorBaseEnricher<T>
Full interactor enricher- Since:
30/01/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description FullInteractorBaseEnricher()Constructor for FullInteractorBaseEnricher.FullInteractorBaseEnricher(InteractorFetcher<T> fetcher)Constructor for FullInteractorBaseEnricher.
-
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.minimal.MinimalInteractorBaseEnricher
find, onCompletedEnrichment, onInteractorCheckFailure
-
Methods inherited from class psidev.psi.mi.jami.enricher.impl.AbstractInteractorEnricher
canEnrichInteractor, enrich, getCvTermEnricher, getInteractorFetcher, getListener, getOrganismEnricher, getRetryCount, onEnrichedVersionNotFound, processAliases, processAnnotations, processChecksums, processFullName, processIdentifiers, processInteractorType, processInteractorType, processOrganism, processOrganism, processOtherProperties, processShortLabel, processXrefs, setCvTermEnricher, setListener, 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
-
FullInteractorBaseEnricher
public FullInteractorBaseEnricher()
Constructor for FullInteractorBaseEnricher.
-
FullInteractorBaseEnricher
public FullInteractorBaseEnricher(InteractorFetcher<T> fetcher)
Constructor for FullInteractorBaseEnricher.
- Parameters:
fetcher- aInteractorFetcherobject.
-
-
Method Detail
-
isFullEnrichment
protected boolean isFullEnrichment()
isFullEnrichment.
- Overrides:
isFullEnrichmentin classMinimalInteractorBaseEnricher<T extends Interactor>- Returns:
- a boolean.
-
-