Package | Description |
---|---|
ubic.basecode.ontology.search |
Modifier and Type | Method and Description |
---|---|
static SearchIndex |
OntologyIndexer.getSubjectIndex(String name) |
static SearchIndex |
OntologyIndexer.indexOntology(String name,
com.hp.hpl.jena.ontology.OntModel model) |
static SearchIndex |
OntologyIndexer.indexOntology(String name,
com.hp.hpl.jena.ontology.OntModel model,
boolean force)
Loads or creates an index from an existing OntModel.
|
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.