Package openllet.owlapi
Class OWLSelfTools
- java.lang.Object
-
- openllet.owlapi.OWLGenericTools
-
- openllet.owlapi.OWLTools
-
- openllet.owlapi.OWLSelfTools
-
- All Implemented Interfaces:
FacetFactoryOWL,FacetManagerOWL,FacetOntologyOWL,FacetReasonerOWL,OWLHelper,OWLManagedObject,OWLManagementObject,openllet.shared.tools.Logging
public class OWLSelfTools extends OWLTools implements OWLManagedObject
Management of ontologies that have a reference on self.- Since:
- 2.5.1
-
-
Field Summary
-
Fields inherited from interface openllet.owlapi.OWLHelper
_caseSeparator, _debug, _delta, _entitySeparator, _fileExtention, _fileExtentionPart, _format, _formatFactory, _innerSeparator, _localProtocol, _prefixSeparator, _protocol, _secureProtocol, _webSeparator
-
-
Constructor Summary
Constructors Constructor Description OWLSelfTools(org.semanticweb.owlapi.model.IRI ontologyIRI, double version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.semanticweb.owlapi.model.OWLNamedIndividualgetMe()-
Methods inherited from class openllet.owlapi.OWLGenericTools
dispose, getFactory, getGroup, getManager, getOntology, getReasoner, isVolatile, setReasonerFactory, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface openllet.owlapi.facet.FacetFactoryOWL
getFactory
-
Methods inherited from interface openllet.owlapi.facet.FacetManagerOWL
getGroup, getManager
-
Methods inherited from interface openllet.owlapi.facet.FacetOntologyOWL
getOntology
-
Methods inherited from interface openllet.owlapi.facet.FacetReasonerOWL
getReasoner
-
Methods inherited from interface openllet.owlapi.OWLHelper
derivate, derivate, deserializeAxioms, deserializeAxiomsInto, getFragment, getNameSpace, getNamespaces, getOntology, getRootIri, getTypes, getVersion, look, look, ontologyToString, ontologyToString, path, removeFirstLast, resolvPrefix, serializeAxioms
-
Methods inherited from interface openllet.owlapi.OWLManagedObject
addObject, addValue, addValue, addValue, addValue, getObject, getObjects, getValue, getValues, updateObject, updateValue, updateValue, updateValue, updateValue
-
Methods inherited from interface openllet.owlapi.OWLManagementObject
addAxiom, 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, updateValue
-
-
-
-
Method Detail
-
getMe
public org.semanticweb.owlapi.model.OWLNamedIndividual getMe()
- Specified by:
getMein interfaceOWLManagedObject
-
-