Uses of Interface
psidev.psi.mi.jami.bridges.fetcher.CvTermFetcher
-
-
Uses of CvTermFetcher in psidev.psi.mi.jami.bridges.fetcher
Subinterfaces of CvTermFetcher in psidev.psi.mi.jami.bridges.fetcher Modifier and Type Interface Description interfaceOntologyTermFetcherFinds ontology terms in the Ontology Lookup Service as well as having options to recursively find parents and or children.interfaceSourceFetcherFinds source Extends CvTermFetcher with source objects. -
Uses of CvTermFetcher in psidev.psi.mi.jami.bridges.fetcher.mock
Classes in psidev.psi.mi.jami.bridges.fetcher.mock with type parameters of type CvTermFetcher Modifier and Type Class Description classCvTermCompositeFetcherTemplate<T extends CvTerm,F extends CvTermFetcher<T>>Template for a CvTermCompositeFetcher which delegates fetching to other fetcherClasses in psidev.psi.mi.jami.bridges.fetcher.mock that implement CvTermFetcher Modifier and Type Class Description classCvTermCompositeFetcherTemplate<T extends CvTerm,F extends CvTermFetcher<T>>Template for a CvTermCompositeFetcher which delegates fetching to other fetcherclassFailingCvTermFetcherA mock fetcher for testing exceptions.classMockCvTermFetcherA mock fetcher for testing.classMockOntologyTermFetcherA mock fetcher for testing.classMockSourceFetcherA mock fetcher for testing.classOntologyTermCompositeFetcherOntology fetcher that delegates to different ontologyTermFetchersclassSourceCompositeFetcherSource fetcher that delegates to different sourceFetchers -
Uses of CvTermFetcher in psidev.psi.mi.jami.bridges.obo
Classes in psidev.psi.mi.jami.bridges.obo that implement CvTermFetcher Modifier and Type Class Description classOboCvTermFetcherSimple fetcher based on OBO filesclassOboFetcherTemplate<T extends CvTerm>Template fetcher for OBO filesclassOboOntologyTermFetcherThe ontology fetcher based on OBO fileclassOboSourceFetcherSimple fetcher based on OBO files -
Uses of CvTermFetcher in psidev.psi.mi.jami.bridges.ols
Classes in psidev.psi.mi.jami.bridges.ols that implement CvTermFetcher Modifier and Type Class Description classAbstractOlsFetcher<T extends CvTerm>Abstract class for OlsCvTermFetcherclassCachedOlsCvTermFetcherCreated with IntelliJ IDEA.classCachedOlsFetcher<T extends CvTerm>Generic implementation for CachedOlsServiceclassCachedOlsOntologyTermFetcherCode for the cache based on the CachedOntologyService at uk.ac.ebi.intact.bridges.olslight;classCachedOlsSourceFetcherCode for the cache OLS fetcher;classOlsCvTermFetcherCreated with IntelliJ IDEA.classOlsOntologyTermFetcherFinds ontology terms in the Ontology Lookup Service as well as having options to recursively find parents and or children.classOlsSourceFetcherCreated with IntelliJ IDEA.Methods in psidev.psi.mi.jami.bridges.ols that return CvTermFetcher Modifier and Type Method Description protected CvTermFetcher<T>CachedOlsFetcher. getDelegateFetcher()Getter for the fielddelegateFetcher.Constructors in psidev.psi.mi.jami.bridges.ols with parameters of type CvTermFetcher Constructor Description CachedOlsFetcher(String cacheName, CvTermFetcher<T> delegateFetcher)Constructor for CachedOlsFetcher. -
Uses of CvTermFetcher in psidev.psi.mi.jami.enricher
Methods in psidev.psi.mi.jami.enricher that return CvTermFetcher Modifier and Type Method Description CvTermFetcher<C>CvTermEnricher. getCvTermFetcher()The fetcher to be used for used to collect data. -
Uses of CvTermFetcher in psidev.psi.mi.jami.enricher.impl.full
Methods in psidev.psi.mi.jami.enricher.impl.full that return CvTermFetcher Modifier and Type Method Description CvTermFetcher<C>FullCvTermUpdater. getCvTermFetcher()The fetcher to be used for used for fetcher.Constructors in psidev.psi.mi.jami.enricher.impl.full with parameters of type CvTermFetcher Constructor Description FullCvTermEnricher(CvTermFetcher<C> cvTermFetcher)A constructor matching super.FullCvTermUpdater(CvTermFetcher<C> cvTermFetcher)A constructor matching super. -
Uses of CvTermFetcher in psidev.psi.mi.jami.enricher.impl.minimal
Methods in psidev.psi.mi.jami.enricher.impl.minimal that return CvTermFetcher Modifier and Type Method Description CvTermFetcher<C>MinimalCvTermEnricher. getCvTermFetcher()The fetcher to be used for used for fetcher.CvTermFetcher<OntologyTerm>MinimalOntologyTermEnricher. getCvTermFetcher()getCvTermFetcher.CvTermFetcher<Source>MinimalSourceEnricher. getCvTermFetcher()getCvTermFetcher.Constructors in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type CvTermFetcher Constructor Description MinimalCvTermEnricher(CvTermFetcher<C> cvTermFetcher)A constructor matching super.MinimalCvTermUpdater(CvTermFetcher<C> cvTermFetcher)A constructor matching super.
-