Uses of Interface
psidev.psi.mi.jami.bridges.fetcher.SourceFetcher
-
-
Uses of SourceFetcher in psidev.psi.mi.jami.bridges.fetcher.mock
Classes in psidev.psi.mi.jami.bridges.fetcher.mock that implement SourceFetcher Modifier and Type Class Description class
MockSourceFetcher
A mock fetcher for testing.class
SourceCompositeFetcher
Source fetcher that delegates to different sourceFetchers -
Uses of SourceFetcher in psidev.psi.mi.jami.bridges.obo
Classes in psidev.psi.mi.jami.bridges.obo that implement SourceFetcher Modifier and Type Class Description class
OboSourceFetcher
Simple fetcher based on OBO files -
Uses of SourceFetcher in psidev.psi.mi.jami.bridges.ols
Classes in psidev.psi.mi.jami.bridges.ols that implement SourceFetcher Modifier and Type Class Description class
CachedOlsSourceFetcher
Code for the cache OLS fetcher;class
OlsSourceFetcher
Created with IntelliJ IDEA. -
Uses of SourceFetcher in psidev.psi.mi.jami.enricher.impl.full
Constructors in psidev.psi.mi.jami.enricher.impl.full with parameters of type SourceFetcher Constructor Description FullSourceEnricher(SourceFetcher cvTermFetcher)
Constructor for FullSourceEnricher.FullSourceUpdater(SourceFetcher cvTermFetcher)
Constructor for FullSourceUpdater. -
Uses of SourceFetcher in psidev.psi.mi.jami.enricher.impl.minimal
Constructors in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type SourceFetcher Constructor Description MinimalSourceEnricher(SourceFetcher cvTermFetcher)
A constructor matching super.MinimalSourceUpdater(SourceFetcher cvTermFetcher)
Constructor for MinimalSourceUpdater.
-