Uses of Interface
psidev.psi.mi.jami.bridges.fetcher.OntologyTermFetcher
-
-
Uses of OntologyTermFetcher in psidev.psi.mi.jami.bridges.fetcher.mock
Classes in psidev.psi.mi.jami.bridges.fetcher.mock that implement OntologyTermFetcher Modifier and Type Class Description classMockOntologyTermFetcherA mock fetcher for testing.classOntologyTermCompositeFetcherOntology fetcher that delegates to different ontologyTermFetchers -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.bridges.obo
Classes in psidev.psi.mi.jami.bridges.obo that implement OntologyTermFetcher Modifier and Type Class Description classOboOntologyTermFetcherThe ontology fetcher based on OBO file -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.bridges.ols
Classes in psidev.psi.mi.jami.bridges.ols that implement OntologyTermFetcher Modifier and Type Class Description classCachedOlsOntologyTermFetcherCode for the cache based on the CachedOntologyService at uk.ac.ebi.intact.bridges.olslight;classOlsOntologyTermFetcherFinds ontology terms in the Ontology Lookup Service as well as having options to recursively find parents and or children.Methods in psidev.psi.mi.jami.bridges.ols that return OntologyTermFetcher Modifier and Type Method Description protected OntologyTermFetcherCachedOlsOntologyTermFetcher. getDelegateFetcher()Getter for the fielddelegateFetcher. -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.bridges.ontologymanager
Methods in psidev.psi.mi.jami.bridges.ontologymanager that return OntologyTermFetcher Modifier and Type Method Description OntologyTermFetcherMIOntologyAccess. getOntologyTermFetcher()getOntologyTermFetcher. -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.bridges.ontologymanager.impl
Methods in psidev.psi.mi.jami.bridges.ontologymanager.impl that return OntologyTermFetcher Modifier and Type Method Description OntologyTermFetcherAbstractMIOntologyAccess. getOntologyTermFetcher()getOntologyTermFetcher.Methods in psidev.psi.mi.jami.bridges.ontologymanager.impl with parameters of type OntologyTermFetcher Modifier and Type Method Description protected voidAbstractMIOntologyAccess. setOntologyTermFetcher(OntologyTermFetcher termFetcher)setOntologyTermFetcher.Constructors in psidev.psi.mi.jami.bridges.ontologymanager.impl with parameters of type OntologyTermFetcher Constructor Description AbstractMIOntologyAccess(OntologyTermFetcher termBuilder)Constructor for AbstractMIOntologyAccess.AbstractMIOntologyAccess(OntologyTermFetcher termBuilder, String dbName, String dbIdentifier, Pattern dbRegexp, String parent)Constructor for AbstractMIOntologyAccess. -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.bridges.ontologymanager.impl.local
Constructors in psidev.psi.mi.jami.bridges.ontologymanager.impl.local with parameters of type OntologyTermFetcher Constructor Description MILocalOntology(OntologyTermFetcher termBuilder)Constructor for MILocalOntology.MILocalOntology(OntologyTermFetcher termBuilder, String dbName, String dbIdentifier, Pattern dbRegexp, String parent)Constructor for MILocalOntology. -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.bridges.ontologymanager.impl.ols
Constructors in psidev.psi.mi.jami.bridges.ontologymanager.impl.ols with parameters of type OntologyTermFetcher Constructor Description MIOlsOntology(OntologyTermFetcher termBuilder)Constructor for MIOlsOntology.MIOlsOntology(OntologyTermFetcher termBuilder, String dbName, String dbIdentifier, Pattern dbRegexp, String parent)Constructor for MIOlsOntology. -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.enricher.impl.full
Constructors in psidev.psi.mi.jami.enricher.impl.full with parameters of type OntologyTermFetcher Constructor Description FullOntologyTermEnricher(OntologyTermFetcher cvTermFetcher)Constructor for FullOntologyTermEnricher.FullOntologyTermUpdater(OntologyTermFetcher cvTermFetcher)Constructor for FullOntologyTermUpdater. -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.enricher.impl.minimal
Constructors in psidev.psi.mi.jami.enricher.impl.minimal with parameters of type OntologyTermFetcher Constructor Description MinimalOntologyTermEnricher(OntologyTermFetcher cvTermFetcher)A constructor matching super.MinimalOntologyTermUpdater(OntologyTermFetcher cvTermFetcher)Constructor for MinimalOntologyTermUpdater. -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.json
Methods in psidev.psi.mi.jami.json with parameters of type OntologyTermFetcher Modifier and Type Method Description Map<String,Object>MIJsonOptionFactory. getJsonOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, MIJsonType type, OntologyTermFetcher ontologyFetcher, ComplexExpansionMethod complexExpansion)Create the options for the JSON InteractionWriter.Map<String,Object>MIJsonOptionFactory. getJsonOptions(InteractionCategory objectCategory, ComplexExpansionMethod expansion, OntologyTermFetcher fetcher, File writer)Create the options for a JSON interaction writer which will be by default of type MIJsonType.binary_only as a complex ecpasnion is provided.Map<String,Object>MIJsonOptionFactory. getJsonOptions(InteractionCategory objectCategory, ComplexExpansionMethod expansion, OntologyTermFetcher fetcher, OutputStream writer)Create the options for a JSON interaction writer which will be by default of type MIJsonType.binary_only as a complex ecpasnion is provided.Map<String,Object>MIJsonOptionFactory. getJsonOptions(InteractionCategory objectCategory, ComplexExpansionMethod expansion, OntologyTermFetcher fetcher, Writer writer)Create the options for a JSON interaction writer which will be by default of type MIJsonType.binary_only as a complex ecpasnion is provided.Map<String,Object>MIJsonOptionFactory. getJsonOptions(InteractionCategory objectCategory, OntologyTermFetcher fetcher, File writer)Create the options for a JSON interaction writer.Map<String,Object>MIJsonOptionFactory. getJsonOptions(InteractionCategory objectCategory, OntologyTermFetcher fetcher, OutputStream writer)Create the options for a JSON interaction writer.Map<String,Object>MIJsonOptionFactory. getJsonOptions(InteractionCategory objectCategory, OntologyTermFetcher fetcher, Writer writer)Create the options for a JSON interaction writer. -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.json.binary
Methods in psidev.psi.mi.jami.json.binary with parameters of type OntologyTermFetcher Modifier and Type Method Description protected abstract voidAbstractMIJsonWriter. initialiseBinaryWriter(File file, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected abstract voidAbstractMIJsonWriter. initialiseBinaryWriter(OutputStream output, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected abstract voidAbstractMIJsonWriter. initialiseBinaryWriter(Writer writer, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidLightMIJsonWriter. initialiseBinaryWriter(File file, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidLightMIJsonWriter. initialiseBinaryWriter(OutputStream output, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidLightMIJsonWriter. initialiseBinaryWriter(Writer writer, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidMIJsonEvidenceWriter. initialiseBinaryWriter(File file, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidMIJsonEvidenceWriter. initialiseBinaryWriter(OutputStream output, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidMIJsonEvidenceWriter. initialiseBinaryWriter(Writer writer, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidMIJsonModelledWriter. initialiseBinaryWriter(File file, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidMIJsonModelledWriter. initialiseBinaryWriter(OutputStream output, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidMIJsonModelledWriter. initialiseBinaryWriter(Writer writer, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidMIJsonWriter. initialiseBinaryWriter(File file, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidMIJsonWriter. initialiseBinaryWriter(OutputStream output, OntologyTermFetcher fetcher)initialiseBinaryWriter.protected voidMIJsonWriter. initialiseBinaryWriter(Writer writer, OntologyTermFetcher fetcher)initialiseBinaryWriter.Constructors in psidev.psi.mi.jami.json.binary with parameters of type OntologyTermFetcher Constructor Description AbstractMIJsonBinaryWriter(File file, OntologyTermFetcher fetcher)Constructor for AbstractMIJsonBinaryWriter.AbstractMIJsonBinaryWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for AbstractMIJsonBinaryWriter.AbstractMIJsonBinaryWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for AbstractMIJsonBinaryWriter.AbstractMIJsonBinaryWriter(Writer writer, OntologyTermFetcher fetcher, Map<String,String> processedInteractors, Map<Feature,Integer> processedFeatures, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for AbstractMIJsonBinaryWriter.AbstractMIJsonWriter(File file, OntologyTermFetcher fetcher)Constructor for AbstractMIJsonWriter.AbstractMIJsonWriter(File file, OntologyTermFetcher fetcher, ComplexExpansionMethod<I,B> expansionMethod)Constructor for AbstractMIJsonWriter.AbstractMIJsonWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for AbstractMIJsonWriter.AbstractMIJsonWriter(OutputStream output, OntologyTermFetcher fetcher, ComplexExpansionMethod<I,B> expansionMethod)Constructor for AbstractMIJsonWriter.AbstractMIJsonWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for AbstractMIJsonWriter.AbstractMIJsonWriter(Writer writer, OntologyTermFetcher fetcher, ComplexExpansionMethod<I,B> expansionMethod)Constructor for AbstractMIJsonWriter.LightMIJsonBinaryWriter(File file, OntologyTermFetcher fetcher)Constructor for LightMIJsonBinaryWriter.LightMIJsonBinaryWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for LightMIJsonBinaryWriter.LightMIJsonBinaryWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for LightMIJsonBinaryWriter.LightMIJsonBinaryWriter(Writer writer, OntologyTermFetcher fetcher, Map<String,String> processedInteractors, Map<Feature,Integer> processedFeatures, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for LightMIJsonBinaryWriter.LightMIJsonWriter(File file, OntologyTermFetcher fetcher)Constructor for LightMIJsonWriter.LightMIJsonWriter(File file, OntologyTermFetcher fetcher, ComplexExpansionMethod<Interaction,BinaryInteraction> expansionMethod)Constructor for LightMIJsonWriter.LightMIJsonWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for LightMIJsonWriter.LightMIJsonWriter(OutputStream output, OntologyTermFetcher fetcher, ComplexExpansionMethod<Interaction,BinaryInteraction> expansionMethod)Constructor for LightMIJsonWriter.LightMIJsonWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for LightMIJsonWriter.LightMIJsonWriter(Writer writer, OntologyTermFetcher fetcher, ComplexExpansionMethod<Interaction,BinaryInteraction> expansionMethod)Constructor for LightMIJsonWriter.MIJsonBinaryEvidenceWriter(File file, OntologyTermFetcher fetcher)Constructor for MIJsonBinaryEvidenceWriter.MIJsonBinaryEvidenceWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for MIJsonBinaryEvidenceWriter.MIJsonBinaryEvidenceWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for MIJsonBinaryEvidenceWriter.MIJsonBinaryEvidenceWriter(Writer writer, OntologyTermFetcher fetcher, Map<String,String> processedInteractors, Map<Feature,Integer> processedFeatures, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for MIJsonBinaryEvidenceWriter.MIJsonBinaryWriter(File file, OntologyTermFetcher fetcher)Constructor for MIJsonBinaryWriter.MIJsonBinaryWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for MIJsonBinaryWriter.MIJsonBinaryWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for MIJsonBinaryWriter.MIJsonEvidenceWriter(File file, OntologyTermFetcher fetcher)Constructor for MIJsonEvidenceWriter.MIJsonEvidenceWriter(File file, OntologyTermFetcher fetcher, ComplexExpansionMethod<InteractionEvidence,BinaryInteractionEvidence> expansionMethod)Constructor for MIJsonEvidenceWriter.MIJsonEvidenceWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for MIJsonEvidenceWriter.MIJsonEvidenceWriter(OutputStream output, OntologyTermFetcher fetcher, ComplexExpansionMethod<InteractionEvidence,BinaryInteractionEvidence> expansionMethod)Constructor for MIJsonEvidenceWriter.MIJsonEvidenceWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for MIJsonEvidenceWriter.MIJsonEvidenceWriter(Writer writer, OntologyTermFetcher fetcher, ComplexExpansionMethod<InteractionEvidence,BinaryInteractionEvidence> expansionMethod)Constructor for MIJsonEvidenceWriter.MIJsonModelledBinaryWriter(File file, OntologyTermFetcher fetcher)Constructor for MIJsonModelledBinaryWriter.MIJsonModelledBinaryWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for MIJsonModelledBinaryWriter.MIJsonModelledBinaryWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for MIJsonModelledBinaryWriter.MIJsonModelledBinaryWriter(Writer writer, OntologyTermFetcher fetcher, Map<String,String> processedInteractors, Map<Feature,Integer> processedFeatures, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for MIJsonModelledBinaryWriter.MIJsonModelledWriter(File file, OntologyTermFetcher fetcher)Constructor for MIJsonModelledWriter.MIJsonModelledWriter(File file, OntologyTermFetcher fetcher, ComplexExpansionMethod<ModelledInteraction,ModelledBinaryInteraction> expansionMethod)Constructor for MIJsonModelledWriter.MIJsonModelledWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for MIJsonModelledWriter.MIJsonModelledWriter(OutputStream output, OntologyTermFetcher fetcher, ComplexExpansionMethod<ModelledInteraction,ModelledBinaryInteraction> expansionMethod)Constructor for MIJsonModelledWriter.MIJsonModelledWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for MIJsonModelledWriter.MIJsonModelledWriter(Writer writer, OntologyTermFetcher fetcher, ComplexExpansionMethod<ModelledInteraction,ModelledBinaryInteraction> expansionMethod)Constructor for MIJsonModelledWriter.MIJsonWriter(File file, OntologyTermFetcher fetcher)Constructor for MIJsonWriter.MIJsonWriter(File file, OntologyTermFetcher fetcher, ComplexExpansionMethod<Interaction,BinaryInteraction> expansionMethod)Constructor for MIJsonWriter.MIJsonWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for MIJsonWriter.MIJsonWriter(OutputStream output, OntologyTermFetcher fetcher, ComplexExpansionMethod<Interaction,BinaryInteraction> expansionMethod)Constructor for MIJsonWriter.MIJsonWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for MIJsonWriter.MIJsonWriter(Writer writer, OntologyTermFetcher fetcher, ComplexExpansionMethod<Interaction,BinaryInteraction> expansionMethod)Constructor for MIJsonWriter. -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.json.elements
Methods in psidev.psi.mi.jami.json.elements that return OntologyTermFetcher Modifier and Type Method Description OntologyTermFetcherSimpleJsonInteractionWriter. getFetcher()Getter for the fieldfetcher.protected OntologyTermFetcherSimpleJsonParticipantWriter. getFetcher()Getter for the fieldfetcher.Methods in psidev.psi.mi.jami.json.elements with parameters of type OntologyTermFetcher Modifier and Type Method Description voidSimpleJsonInteractionWriter. setFetcher(OntologyTermFetcher fetcher)Setter for the fieldfetcher.Constructors in psidev.psi.mi.jami.json.elements with parameters of type OntologyTermFetcher Constructor Description SimpleJsonFeatureEvidenceWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonFeatureEvidenceWriter.SimpleJsonFeatureWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonFeatureWriter.SimpleJsonModelledFeatureWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonModelledFeatureWriter.SimpleJsonModelledParticipantWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonModelledParticipantWriter.SimpleJsonParticipantEvidenceWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonParticipantEvidenceWriter.SimpleJsonParticipantWriter(Writer writer, Map<Feature,Integer> processedFeatures, Map<String,String> processedInteractors, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator, OntologyTermFetcher fetcher)Constructor for SimpleJsonParticipantWriter. -
Uses of OntologyTermFetcher in psidev.psi.mi.jami.json.nary
Methods in psidev.psi.mi.jami.json.nary that return OntologyTermFetcher Modifier and Type Method Description protected OntologyTermFetcherAbstractMIJsonWriter. getFetcher()Getter for the fieldfetcher.Methods in psidev.psi.mi.jami.json.nary with parameters of type OntologyTermFetcher Modifier and Type Method Description protected voidAbstractMIJsonWriter. setFetcher(OntologyTermFetcher fetcher)Setter for the fieldfetcher.Constructors in psidev.psi.mi.jami.json.nary with parameters of type OntologyTermFetcher Constructor Description AbstractMIJsonWriter(File file, OntologyTermFetcher fetcher)Constructor for AbstractMIJsonWriter.AbstractMIJsonWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for AbstractMIJsonWriter.AbstractMIJsonWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for AbstractMIJsonWriter.AbstractMIJsonWriter(Writer writer, OntologyTermFetcher fetcher, Map<String,String> processedInteractors, Map<Feature,Integer> processedFeatures, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for AbstractMIJsonWriter.LightMIJsonWriter(File file, OntologyTermFetcher fetcher)Constructor for LightMIJsonWriter.LightMIJsonWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for LightMIJsonWriter.LightMIJsonWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for LightMIJsonWriter.LightMIJsonWriter(Writer writer, OntologyTermFetcher fetcher, Map<String,String> processedInteractors, Map<Feature,Integer> processedFeatures, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for LightMIJsonWriter.MIJsonEvidenceWriter(File file, OntologyTermFetcher fetcher)Constructor for MIJsonEvidenceWriter.MIJsonEvidenceWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for MIJsonEvidenceWriter.MIJsonEvidenceWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for MIJsonEvidenceWriter.MIJsonEvidenceWriter(Writer writer, OntologyTermFetcher fetcher, Map<String,String> processedInteractors, Map<Feature,Integer> processedFeatures, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for MIJsonEvidenceWriter.MIJsonModelledWriter(File file, OntologyTermFetcher fetcher)Constructor for MIJsonModelledWriter.MIJsonModelledWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for MIJsonModelledWriter.MIJsonModelledWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for MIJsonModelledWriter.MIJsonModelledWriter(Writer writer, OntologyTermFetcher fetcher, Map<String,String> processedInteractors, Map<Feature,Integer> processedFeatures, Map<Entity,Integer> processedParticipants, IncrementalIdGenerator idGenerator)Constructor for MIJsonModelledWriter.MIJsonWriter(File file, OntologyTermFetcher fetcher)Constructor for MIJsonWriter.MIJsonWriter(OutputStream output, OntologyTermFetcher fetcher)Constructor for MIJsonWriter.MIJsonWriter(Writer writer, OntologyTermFetcher fetcher)Constructor for MIJsonWriter.
-