public class OWLGenericTools extends Object implements OWLHelper
_caseSeparator, _debug, _delta, _entitySeparator, _fileExtention, _fileExtentionPart, _format, _formatFactory, _innerSeparator, _localProtocol, _prefixSeparator, _protocol, _secureProtocol, _webSeparator| Constructor and Description |
|---|
OWLGenericTools(OWLGroup group,
File file) |
OWLGenericTools(OWLGroup group,
InputStream is) |
OWLGenericTools(OWLGroup group,
org.semanticweb.owlapi.model.IRI ontologyIRI,
boolean isVolatile) |
OWLGenericTools(OWLGroup group,
org.semanticweb.owlapi.model.IRI ontologyIRI,
double version) |
OWLGenericTools(OWLGroup group,
org.semanticweb.owlapi.model.IRI ontologyIRI,
double version,
boolean isVolatile) |
OWLGenericTools(OWLGroup group,
org.semanticweb.owlapi.model.OWLOntology ontology,
boolean isVolatile) |
OWLGenericTools(OWLGroup group,
org.semanticweb.owlapi.model.OWLOntologyID ontologyID)
Load the ontology ontologyId into the good manager or create it if it doesn't previously exist.
|
OWLGenericTools(OWLGroup group,
org.semanticweb.owlapi.model.OWLOntologyID ontologyID,
boolean isVolatile) |
OWLGenericTools(OWLGroup group,
org.semanticweb.owlapi.model.OWLOntologyManager manager,
File file) |
OWLGenericTools(OWLGroup group,
org.semanticweb.owlapi.model.OWLOntologyManager manager,
org.semanticweb.owlapi.model.OWLOntology ontology) |
OWLGenericTools(OWLGroup group,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLOntologyManager manager,
Map<String,String> namespaces) |
OWLGenericTools(OWLGroup group,
String ontology,
boolean isVolatile) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose the reasoner attached to this helper.
|
org.semanticweb.owlapi.model.OWLDataFactory |
getFactory() |
OWLGroup |
getGroup() |
Logger |
getLogger() |
org.semanticweb.owlapi.model.OWLOntologyManager |
getManager() |
org.semanticweb.owlapi.model.OWLOntology |
getOntology() |
org.semanticweb.owlapi.reasoner.OWLReasoner |
getReasoner() |
boolean |
isVolatile() |
OWLGenericTools |
setReasonerFactory(Function<org.semanticweb.owlapi.model.OWLOntology,org.semanticweb.owlapi.reasoner.OWLReasoner> reasonerFactory) |
String |
toString() |
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 OWLGenericTools(OWLGroup group, org.semanticweb.owlapi.model.OWLOntologyID ontologyID) throws org.semanticweb.owlapi.model.OWLOntologyCreationException
group - of managers.ontologyID - is the reference to the ontologyorg.semanticweb.owlapi.model.OWLOntologyCreationException - is raise when things goes baddly wrong.public OWLGenericTools(OWLGroup group, org.semanticweb.owlapi.model.OWLOntologyID ontologyID, boolean isVolatile) throws org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyCreationExceptionpublic OWLGenericTools(OWLGroup group, org.semanticweb.owlapi.model.IRI ontologyIRI, double version) throws org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyCreationExceptionpublic OWLGenericTools(OWLGroup group, org.semanticweb.owlapi.model.IRI ontologyIRI, double version, boolean isVolatile) throws org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyCreationExceptionpublic OWLGenericTools(OWLGroup group, org.semanticweb.owlapi.model.IRI ontologyIRI, boolean isVolatile) throws org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyCreationExceptionpublic OWLGenericTools(OWLGroup group, InputStream is) throws org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyCreationExceptionpublic OWLGenericTools(OWLGroup group, org.semanticweb.owlapi.model.OWLOntology ontology, boolean isVolatile)
public OWLGenericTools(OWLGroup group, org.semanticweb.owlapi.model.OWLOntologyManager manager, org.semanticweb.owlapi.model.OWLOntology ontology)
public OWLGenericTools(OWLGroup group, org.semanticweb.owlapi.model.OWLOntologyManager manager, File file) throws org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyCreationExceptionpublic OWLGenericTools(OWLGroup group, org.semanticweb.owlapi.model.OWLOntology ontology, org.semanticweb.owlapi.model.OWLOntologyManager manager, Map<String,String> namespaces)
public OWLGenericTools(OWLGroup group, File file) throws Exception
Exceptionpublic Logger getLogger()
getLogger in interface openllet.shared.tools.Loggingpublic org.semanticweb.owlapi.model.OWLOntology getOntology()
getOntology in interface FacetOntologyOWLpublic org.semanticweb.owlapi.model.OWLOntologyManager getManager()
getManager in interface FacetManagerOWLpublic OWLGroup getGroup()
getGroup in interface FacetManagerOWLpublic boolean isVolatile()
isVolatile in interface OWLHelperpublic org.semanticweb.owlapi.model.OWLDataFactory getFactory()
getFactory in interface FacetFactoryOWLpublic org.semanticweb.owlapi.reasoner.OWLReasoner getReasoner()
getReasoner in interface FacetReasonerOWLpublic OWLGenericTools setReasonerFactory(Function<org.semanticweb.owlapi.model.OWLOntology,org.semanticweb.owlapi.reasoner.OWLReasoner> reasonerFactory)
Copyright © 2018. All rights reserved.