Uses of Interface
ubic.gemma.core.ontology.OntologyService
-
Packages that use OntologyService Package Description ubic.gemma.core.association.phenotype ubic.gemma.core.ontology ubic.gemma.rest -
-
Uses of OntologyService in ubic.gemma.core.association.phenotype
Constructors in ubic.gemma.core.association.phenotype with parameters of type OntologyService Constructor Description PhenotypeAssoOntologyHelperImpl(OntologyService ontologyService, MondoOntologyService diseaseOntologyService, MammalianPhenotypeOntologyService mammalianPhenotypeOntologyService, HumanPhenotypeOntologyService humanPhenotypeOntologyService)
Deprecated. -
Uses of OntologyService in ubic.gemma.core.ontology
Classes in ubic.gemma.core.ontology that implement OntologyService Modifier and Type Class Description class
OntologyServiceImpl
Has a static method for finding out which ontologies are loaded into the system and a general purpose find method that delegates to the many ontology services. -
Uses of OntologyService in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type OntologyService Constructor Description AnnotationsWebService(OntologyService ontologyService, SearchService searchService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, DatasetArgService datasetArgService, TaxonArgService taxonArgService)
Constructor for service autowiring
-