Uses of Class
ubic.basecode.ontology.jena.search.SearchIndex
-
Packages that use SearchIndex Package Description ubic.basecode.ontology.jena.search -
-
Uses of SearchIndex in ubic.basecode.ontology.jena.search
Methods in ubic.basecode.ontology.jena.search that return SearchIndex Modifier and Type Method 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.Methods in ubic.basecode.ontology.jena.search with parameters of type SearchIndex Modifier and Type Method Description static com.hp.hpl.jena.util.iterator.ExtendedIterator<OntologySearch.SearchResult<com.hp.hpl.jena.ontology.OntClass>>
OntologySearch. matchClasses(com.hp.hpl.jena.ontology.OntModel model, SearchIndex index, String queryString)
Find classes that match the query string.static com.hp.hpl.jena.util.iterator.ExtendedIterator<OntologySearch.SearchResult<com.hp.hpl.jena.ontology.Individual>>
OntologySearch. matchIndividuals(com.hp.hpl.jena.ontology.OntModel model, SearchIndex index, String queryString)
Find individuals that match the query stringstatic com.hp.hpl.jena.util.iterator.ExtendedIterator<OntologySearch.SearchResult<com.hp.hpl.jena.rdf.model.Resource>>
OntologySearch. matchResources(com.hp.hpl.jena.ontology.OntModel model, SearchIndex index, String queryString)
Find OntologyIndividuals and OntologyTerms that match the query string.
-