public abstract class AbstractOntologyMemoryBackedService extends AbstractOntologyService
AbstractOntologyService.OntologyInitializationThread
cacheReady, index, indexReady, individuals, initializationThread, isInitialized, log, model, modelReady, terms
Constructor and Description |
---|
AbstractOntologyMemoryBackedService() |
Modifier and Type | Method and Description |
---|---|
protected com.hp.hpl.jena.ontology.OntModel |
loadModel()
Delegates the call as to load the model into memory or leave it on disk.
|
void |
loadTermsInNameSpace(InputStream is,
boolean forceIndex)
For testing!
|
addTerms, closeIndex, findIndividuals, findResources, findTerm, findUsingAlternativeId, getAllURIs, getModel, getOntologyName, getOntologyUrl, getResource, getTerm, getTermIndividuals, index, isEnabled, isInitializationThreadAlive, isOntologyLoaded, loadTermsInNameSpace, startInitializationThread
public void loadTermsInNameSpace(InputStream is, boolean forceIndex)
is
- forceIndex
- initialize the index. Otherwise it will only be initialized if it doesn't exist.IOException
protected com.hp.hpl.jena.ontology.OntModel loadModel()
AbstractOntologyService
loadModel
in class AbstractOntologyService
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.