Uses of Class
ubic.basecode.ontology.search.OntologySearchException
Packages that use OntologySearchException
Package
Description
Implementation of
OntologyService
using Apache Jena.This package contains baseCode built-in ontologies and a
GenericOntologyService
to implement your own ontologies.-
Uses of OntologySearchException in ubic.basecode.ontology.jena
Methods in ubic.basecode.ontology.jena that throw OntologySearchExceptionModifier and TypeMethodDescriptionAbstractOntologyService.findIndividuals
(String search, int maxResults, boolean keepObsoletes) AbstractOntologyService.findResources
(String searchString, int maxResults, boolean keepObsoletes) -
Uses of OntologySearchException in ubic.basecode.ontology.providers
Methods in ubic.basecode.ontology.providers that throw OntologySearchExceptionModifier and TypeMethodDescriptionAbstractDelegatingOntologyService.findIndividuals
(String search, int maxResults, boolean keepObsoletes) default Collection
<OntologySearchResult<OntologyIndividual>> OntologyService.findIndividuals
(String search, int maxResults) Looks for any individuals that match the given search string.OntologyService.findIndividuals
(String search, int maxResults, boolean keepObsoletes) Looks for any individuals that match the given search string.AbstractDelegatingOntologyService.findResources
(String search, int maxResults, boolean keepObsoletes) default Collection
<OntologySearchResult<OntologyResource>> OntologyService.findResources
(String searchString, int maxResults) Looks for any resources (terms or individuals) that match the given search stringOntologyService.findResources
(String search, int maxResults, boolean keepObsoletes) Looks for any resources (terms or individuals) that match the given search stringdefault Collection
<OntologySearchResult<OntologyTerm>> Looks for any terms that match the given search string.Looks for any terms that match the given search string.