public abstract class AbstractOntologyMemoryBackedService extends AbstractOntologyService
OntologyService.InferenceMode
log
Constructor and Description |
---|
AbstractOntologyMemoryBackedService() |
Modifier and Type | Method and Description |
---|---|
protected String |
getOntologyUrl()
Defines the location of the ontology eg: MGED
|
protected OntologyModel |
loadModel(boolean processImports,
OntologyService.InferenceMode inferenceMode)
Delegates the call as to load the model into memory or leave it on disk.
|
protected OntologyModel |
loadModelFromStream(InputStream is,
boolean processImports,
OntologyService.InferenceMode inferenceMode)
Load a model from a given input stream.
|
cancelInitializationThread, closeIndex, findIndividuals, findResources, findTerm, findUsingAlternativeId, getAllURIs, getCacheName, getChildren, getInferenceMode, getOntologyName, getParents, getProcessImports, getResource, getTerm, getTermIndividuals, index, initialize, initialize, isEnabled, isInitializationThreadAlive, isInitializationThreadCancelled, isOntologyLoaded, isSearchEnabled, loadTermsInNameSpace, setInferenceMode, setProcessImports, setSearchEnabled, startInitializationThread, toString, waitForInitializationThread
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findIndividuals, findResources, findTerm, getChildren, getParents
protected String getOntologyUrl()
AbstractOntologyService
getOntologyUrl
in class AbstractOntologyService
protected OntologyModel loadModel(boolean processImports, OntologyService.InferenceMode inferenceMode) throws IOException
AbstractOntologyService
loadModel
in class AbstractOntologyService
IOException
protected OntologyModel loadModelFromStream(InputStream is, boolean processImports, OntologyService.InferenceMode inferenceMode) throws IOException
AbstractOntologyService
loadModelFromStream
in class AbstractOntologyService
IOException
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.