Uses of Interface
psidev.psi.mi.jami.bridges.fetcher.ProteinFetcher
-
Packages that use ProteinFetcher Package Description psidev.psi.mi.jami.bridges.fetcher.mock psidev.psi.mi.jami.bridges.uniprot psidev.psi.mi.jami.enricher.impl.full psidev.psi.mi.jami.enricher.impl.minimal -
-
Uses of ProteinFetcher in psidev.psi.mi.jami.bridges.fetcher.mock
Classes in psidev.psi.mi.jami.bridges.fetcher.mock that implement ProteinFetcher Modifier and Type Class Description class
FailingProteinFetcher
A mock fetcher for testing exceptions.class
MockProteinFetcher
A mock fetcher for testing. -
Uses of ProteinFetcher in psidev.psi.mi.jami.bridges.uniprot
Classes in psidev.psi.mi.jami.bridges.uniprot that implement ProteinFetcher Modifier and Type Class Description class
CachedUniprotProteinFetcher
Created with IntelliJ IDEA.class
UniprotProteinFetcher
Created with IntelliJ IDEA. -
Uses of ProteinFetcher in psidev.psi.mi.jami.enricher.impl.full
Constructors in psidev.psi.mi.jami.enricher.impl.full with parameters of type ProteinFetcher Constructor Description FullProteinEnricher(ProteinFetcher proteinFetcher)
The only constructor which forces the setting of the fetcher If the cvTerm fetcher is null, an illegal state exception will be thrown at the next enrichment.FullProteinUpdater(ProteinFetcher proteinFetcher)
Constructor for FullProteinUpdater. -
Uses of ProteinFetcher in psidev.psi.mi.jami.enricher.impl.minimal
Methods in psidev.psi.mi.jami.enricher.impl.minimal that return ProteinFetcher Modifier and Type Method Description ProteinFetcher
MinimalProteinEnricher. getInteractorFetcher()
The fetcher to be used for used to collect data.Constructors in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type ProteinFetcher Constructor Description MinimalProteinEnricher(ProteinFetcher fetcher)
The only constructor, fulfilling the requirement of a protein fetcher.MinimalProteinUpdater(ProteinFetcher proteinFetcher)
The only constructor which forces the setting of the fetcher If the cvTerm fetcher is null, an illegal state exception will be thrown at the next enrichment.
-