public class OWLAPILoader extends KBLoader implements OWLHelper
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
_caseSeparator, _debug, _delta, _entitySeparator, _fileExtention, _fileExtentionPart, _format, _formatFactory, _innerSeparator, _localProtocol, _prefixSeparator, _protocol, _secureProtocol, _webSeparator| Constructor and Description |
|---|
OWLAPILoader() |
| Modifier and Type | Method and Description |
|---|---|
Stream<org.semanticweb.owlapi.model.OWLOntology> |
allOntologies() |
void |
clear() |
void |
dispose()
Dispose the reasoner attached to this helper.
|
Set<org.semanticweb.owlapi.model.OWLOntology> |
getAllOntologies()
Deprecated.
|
org.semanticweb.owlapi.model.OWLDataFactory |
getFactory() |
OWLGroup |
getGroup() |
KnowledgeBase |
getKB() |
org.semanticweb.owlapi.model.OWLOntologyManager |
getManager() |
org.semanticweb.owlapi.model.OWLOntology |
getOntology() |
OpenlletReasoner |
getReasoner()
Returns the reasoner created by this loader.
|
boolean |
isVolatile()
The ontology is load from a file but is not persist into a file after change, so it is a volatile ontology.
|
void |
load() |
void |
parse(String... fileNames) |
void |
setIgnoreImports(boolean ignoreImports) |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitbuildVersion, createLightHelper, createLightHelper, createLightHelper, derivate, derivate, deserializeAxioms, deserializeAxiomsInto, getFragment, getNameSpace, getNamespaces, getOntology, getRootIri, getTypes, getVersion, getVersion, iri2filename, look, look, ontology2filename, ontology2filename, ontologyToString, ontologyToString, path, removeFirstLast, resolvPrefix, serializeAxioms, setFormataddAxiom, addAxioms, addClass, addClass, addClassPropertyAxiom, addDataPropertyAxiom, addDataPropertyAxiom, addDataPropertyAxiom, addDataPropertyAxiom, addDataPropertyAxiom, addObject, addObject, addObjectPropertyAxiom, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, declareClass, declareClassOfIndividual, declareDataProperty, declareIndividual, declareIndividual, declareIndividual, declareIndividual, declareIndividual, declareObjectProperty, getObject, getObject, getObjects, getObjects, getValue, getValue, getValues, getValues, individualHaveFacet, isLiteralIncludeInRange, removeAxiom, removeAxioms, removeDataPropertyAxiom, removeDataPropertyAxiom, removeDataPropertyAxiom, removeObjectPropertyAxiom, removeObjectPropertyAxiom, removeObjectPropertyAxiom, toClass, toDataProperty, toIndividual, toObjectProperty, updateObject, updateObject, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue, updateValuepublic org.semanticweb.owlapi.model.OWLOntologyManager getManager()
getManager in interface FacetManagerOWLpublic org.semanticweb.owlapi.model.OWLDataFactory getFactory()
getFactory in interface FacetFactoryOWLpublic boolean isVolatile()
isVolatile in interface OWLHelperpublic OWLGroup getGroup()
getGroup in interface FacetManagerOWLpublic OpenlletReasoner getReasoner()
null value is returned until load() function is called (explicitly or implicitly).getReasoner in interface FacetReasonerOWLpublic org.semanticweb.owlapi.model.OWLOntology getOntology()
getOntology in interface FacetOntologyOWLpublic KnowledgeBase getKB()
@Deprecated public Set<org.semanticweb.owlapi.model.OWLOntology> getAllOntologies()
public Stream<org.semanticweb.owlapi.model.OWLOntology> allOntologies()
public void setIgnoreImports(boolean ignoreImports)
setIgnoreImports in class KBLoaderCopyright © 2018. All rights reserved.