Uses of Class
ubic.basecode.ontology.search.OntologySearchResult
-
Packages that use OntologySearchResult Package Description ubic.basecode.ontology.jena Implementation ofOntologyService
using Apache Jena.ubic.basecode.ontology.providers This package contains baseCode built-in ontologies and aGenericOntologyService
to implement your own ontologies.ubic.basecode.ontology.search -
-
Uses of OntologySearchResult in ubic.basecode.ontology.jena
Methods in ubic.basecode.ontology.jena that return types with arguments of type OntologySearchResult 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 OntologySearchResult in ubic.basecode.ontology.providers
Methods in ubic.basecode.ontology.providers that return types with arguments of type OntologySearchResult 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. -
Uses of OntologySearchResult in ubic.basecode.ontology.search
Methods in ubic.basecode.ontology.search with parameters of type OntologySearchResult Modifier and Type Method Description int
OntologySearchResult. compare(OntologySearchResult<?> searchResult, OntologySearchResult<?> t1)
-