Uses of Interface
psidev.psi.mi.jami.bridges.fetcher.InteractorFetcher
-
-
Uses of InteractorFetcher in psidev.psi.mi.jami.bridges.chebi
Classes in psidev.psi.mi.jami.bridges.chebi that implement InteractorFetcher Modifier and Type Class Description class
CachedChebiFetcher
A Cached version of the chebi fetcherclass
ChebiFetcher
Accesses Chebi entries using the WSDL SOAP service. -
Uses of InteractorFetcher in psidev.psi.mi.jami.bridges.fetcher
Subinterfaces of InteractorFetcher in psidev.psi.mi.jami.bridges.fetcher Modifier and Type Interface Description interface
BioactiveEntityFetcher
A fetcher for bioactiveEntitiesinterface
GeneFetcher
A fetcher for genes.interface
ProteinFetcher
Fetches the complete records which match a protein. -
Uses of InteractorFetcher in psidev.psi.mi.jami.bridges.fetcher.mock
Classes in psidev.psi.mi.jami.bridges.fetcher.mock that implement InteractorFetcher Modifier and Type Class Description class
FailingBioactiveEntityFetcher
Created with IntelliJ IDEA.class
FailingGeneFetcher
A mock fetcher for testing exceptions.class
FailingProteinFetcher
A mock fetcher for testing exceptions.class
MockBioactiveEntityFetcher
Created with IntelliJ IDEA.class
MockGeneFetcher
A mock fetcher for testing.class
MockProteinFetcher
A mock fetcher for testing. -
Uses of InteractorFetcher in psidev.psi.mi.jami.bridges.uniprot
Classes in psidev.psi.mi.jami.bridges.uniprot that implement InteractorFetcher Modifier and Type Class Description class
CachedUniprotGeneFetcher
Created with IntelliJ IDEA.class
CachedUniprotProteinFetcher
Created with IntelliJ IDEA.class
UniprotGeneFetcher
Created with IntelliJ IDEA.class
UniprotProteinFetcher
Created with IntelliJ IDEA. -
Uses of InteractorFetcher in psidev.psi.mi.jami.enricher
Methods in psidev.psi.mi.jami.enricher that return InteractorFetcher Modifier and Type Method Description InteractorFetcher<T>
InteractorEnricher. getInteractorFetcher()
Returns the current fetcher which is being used to collect information about entities for enrichment. -
Uses of InteractorFetcher in psidev.psi.mi.jami.enricher.impl
Methods in psidev.psi.mi.jami.enricher.impl that return InteractorFetcher Modifier and Type Method Description InteractorFetcher<T>
AbstractInteractorEnricher. getInteractorFetcher()
getInteractorFetcher.InteractorFetcher<Interactor>
CompositeInteractorEnricher. getInteractorFetcher()
getInteractorFetcher.Constructors in psidev.psi.mi.jami.enricher.impl with parameters of type InteractorFetcher Constructor Description AbstractInteractorEnricher(InteractorFetcher<T> fetcher)
Constructor for AbstractInteractorEnricher. -
Uses of InteractorFetcher in psidev.psi.mi.jami.enricher.impl.full
Methods in psidev.psi.mi.jami.enricher.impl.full that return InteractorFetcher Modifier and Type Method Description InteractorFetcher<Complex>
FullComplexEnricher. getInteractorFetcher()
getInteractorFetcher.InteractorFetcher<Complex>
FullComplexUpdater. getInteractorFetcher()
getInteractorFetcher.Constructors in psidev.psi.mi.jami.enricher.impl.full with parameters of type InteractorFetcher Constructor Description FullInteractorBaseEnricher(InteractorFetcher<T> fetcher)
Constructor for FullInteractorBaseEnricher.FullInteractorBaseUpdater(InteractorFetcher<T> fetcher)
Constructor for FullInteractorBaseUpdater.FullInteractorPoolEnricher(InteractorFetcher<InteractorPool> fetcher)
Constructor for FullInteractorPoolEnricher.FullInteractorPoolUpdater(InteractorFetcher<InteractorPool> fetcher)
Constructor for FullInteractorPoolUpdater.FullPolymerEnricher(InteractorFetcher<T> fetcher)
Constructor for FullPolymerEnricher.FullPolymerUpdater(InteractorFetcher<T> fetcher)
Constructor for FullPolymerUpdater. -
Uses of InteractorFetcher in psidev.psi.mi.jami.enricher.impl.minimal
Methods in psidev.psi.mi.jami.enricher.impl.minimal that return InteractorFetcher Modifier and Type Method Description InteractorFetcher<Complex>
MinimalComplexEnricher. getInteractorFetcher()
getInteractorFetcher.InteractorFetcher<Complex>
MinimalComplexUpdater. getInteractorFetcher()
getInteractorFetcher.Constructors in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type InteractorFetcher Constructor Description MinimalInteractorBaseEnricher(InteractorFetcher<T> fetcher)
Constructor for MinimalInteractorBaseEnricher.MinimalInteractorBaseUpdater(InteractorFetcher<T> fetcher)
Constructor for MinimalInteractorBaseUpdater.
-