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 classFailingProteinFetcherA mock fetcher for testing exceptions.classMockProteinFetcherA 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 classCachedUniprotProteinFetcherCreated with IntelliJ IDEA.classUniprotProteinFetcherCreated 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 ProteinFetcherMinimalProteinEnricher. 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.
-