Uses of Class
ubic.basecode.ontology.search.OntologySearchResult
Packages that use OntologySearchResult
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 OntologySearchResult in ubic.basecode.ontology.jena
Methods in ubic.basecode.ontology.jena that return types with arguments of type OntologySearchResultModifier and TypeMethodDescriptionAbstractOntologyService.findIndividuals
(String search, int maxResults, boolean keepObsoletes) AbstractOntologyService.findResources
(String searchString, int maxResults, boolean keepObsoletes) -
Uses of OntologySearchResult in ubic.basecode.ontology.providers
Methods in ubic.basecode.ontology.providers that return types with arguments of type OntologySearchResultModifier 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. -
Uses of OntologySearchResult in ubic.basecode.ontology.search
Methods in ubic.basecode.ontology.search with parameters of type OntologySearchResultModifier and TypeMethodDescriptionint
OntologySearchResult.compare
(OntologySearchResult<?> searchResult, OntologySearchResult<?> t1)