Package | Description |
---|---|
ubic.basecode.ontology.providers | |
ubic.basecode.ontology.search |
Modifier and Type | Method and Description |
---|---|
Collection<OntologyIndividual> |
AbstractOntologyService.findIndividuals(String search) |
Collection<OntologyIndividual> |
OntologyService.findIndividuals(String search)
Looks for any OntologyIndividuals that match the given search string.
|
Collection<OntologyResource> |
AbstractOntologyService.findResources(String searchString) |
Collection<OntologyResource> |
OntologyService.findResources(String searchString)
Looks for any OntologyIndividuals or ontologyTerms that match the given search string
|
Collection<OntologyTerm> |
AbstractOntologyService.findTerm(String search) |
Collection<OntologyTerm> |
OntologyService.findTerm(String search)
Looks for any ontologyTerms that match the given search string.
|
Modifier and Type | Class and Description |
---|---|
class |
OntologySearchJenaException
Base class for Jena-related ontology search exceptions.
|
class |
RetryWithoutWildcardFailedException
Exception raised when retrying a search without a wildcard still fails.
|
Modifier and Type | Method and Description |
---|---|
static Collection<OntologyTerm> |
OntologySearch.matchClasses(com.hp.hpl.jena.ontology.OntModel model,
SearchIndex index,
String queryString)
Find classes that match the query string.
|
static Collection<OntologyIndividual> |
OntologySearch.matchIndividuals(com.hp.hpl.jena.ontology.OntModel model,
SearchIndex index,
String queryString)
Find individuals that match the query string
|
static Collection<OntologyResource> |
OntologySearch.matchResources(com.hp.hpl.jena.ontology.OntModel model,
SearchIndex index,
String queryString)
Find OntologyIndividuals and OntologyTerms that match the query string.
|
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.