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