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 SummaryConstructors Constructor Description FullInteractorBaseEnricher()Constructor for FullInteractorBaseEnricher.FullInteractorBaseEnricher(InteractorFetcher<T> fetcher)Constructor for FullInteractorBaseEnricher.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisFullEnrichment()isFullEnrichment.- 
Methods inherited from class psidev.psi.mi.jami.enricher.impl.minimal.MinimalInteractorBaseEnricherfind, onCompletedEnrichment, onInteractorCheckFailure
 - 
Methods inherited from class psidev.psi.mi.jami.enricher.impl.AbstractInteractorEnrichercanEnrichInteractor, 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.AbstractMIEnricherenrich, enrich
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface psidev.psi.mi.jami.enricher.MIEnricherenrich, enrich
 
- 
 
- 
- 
- 
Constructor Detail- 
FullInteractorBaseEnricherpublic FullInteractorBaseEnricher() Constructor for FullInteractorBaseEnricher. 
 - 
FullInteractorBaseEnricherpublic FullInteractorBaseEnricher(InteractorFetcher<T> fetcher) Constructor for FullInteractorBaseEnricher. - Parameters:
- fetcher- a- InteractorFetcherobject.
 
 
- 
 - 
Method Detail- 
isFullEnrichmentprotected boolean isFullEnrichment() isFullEnrichment. - Overrides:
- isFullEnrichmentin class- MinimalInteractorBaseEnricher<T extends Interactor>
- Returns:
- a boolean.
 
 
- 
 
-