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 classCachedChebiFetcherA Cached version of the chebi fetcherclassChebiFetcherAccesses 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 interfaceBioactiveEntityFetcherA fetcher for bioactiveEntitiesinterfaceGeneFetcherA fetcher for genes.interfaceProteinFetcherFetches 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 classFailingBioactiveEntityFetcherCreated with IntelliJ IDEA.classFailingGeneFetcherA mock fetcher for testing exceptions.classFailingProteinFetcherA mock fetcher for testing exceptions.classMockBioactiveEntityFetcherCreated with IntelliJ IDEA.classMockGeneFetcherA mock fetcher for testing.classMockProteinFetcherA 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 classCachedUniprotGeneFetcherCreated with IntelliJ IDEA.classCachedUniprotProteinFetcherCreated with IntelliJ IDEA.classUniprotGeneFetcherCreated with IntelliJ IDEA.classUniprotProteinFetcherCreated 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.
-