Uses of Interface
psidev.psi.mi.jami.bridges.fetcher.BioactiveEntityFetcher
-
-
Uses of BioactiveEntityFetcher in psidev.psi.mi.jami.bridges.chebi
Classes in psidev.psi.mi.jami.bridges.chebi that implement BioactiveEntityFetcher 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 BioactiveEntityFetcher in psidev.psi.mi.jami.bridges.fetcher.mock
Classes in psidev.psi.mi.jami.bridges.fetcher.mock that implement BioactiveEntityFetcher Modifier and Type Class Description class
FailingBioactiveEntityFetcher
Created with IntelliJ IDEA.class
MockBioactiveEntityFetcher
Created with IntelliJ IDEA. -
Uses of BioactiveEntityFetcher in psidev.psi.mi.jami.enricher.impl.full
Constructors in psidev.psi.mi.jami.enricher.impl.full with parameters of type BioactiveEntityFetcher Constructor Description FullBioactiveEntityEnricher(BioactiveEntityFetcher fetcher)
A constructor which initiates with a fetcher.FullBioactiveEntityUpdater(BioactiveEntityFetcher fetcher)
A constructor which initiates with a fetcher. -
Uses of BioactiveEntityFetcher in psidev.psi.mi.jami.enricher.impl.minimal
Methods in psidev.psi.mi.jami.enricher.impl.minimal that return BioactiveEntityFetcher Modifier and Type Method Description BioactiveEntityFetcher
MinimalBioactiveEntityEnricher. getInteractorFetcher()
Returns the current fetcher which is being used to collect information about entities for enrichment.Constructors in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type BioactiveEntityFetcher Constructor Description MinimalBioactiveEntityEnricher(BioactiveEntityFetcher fetcher)
The only constructor, fulfilling the requirement of a bioactiveEntity fetcher.MinimalBioactiveEntityUpdater(BioactiveEntityFetcher fetcher)
A constructor which initiates with a fetcher.
-