AbstractOWLReasonerEx is merged into AbstractOWLReasoner.
OntologyReasoneris removed. Logic transfered to FastInstancChekerReasoner.
FastInstancChekerReasoner renamed to StructuralReasoner.
Updated documentation in accordance.
Documentation is no longer published when pushing to develop branch.
Added is_modified attribute for Ontology class which indicates if an ontology is modified, i.e. axioms are added or removed after this ontology was initialized.
StructuralReasoner will disable caching and reset if ontology modification is detected in order to avoid inconsistencies.
Changed operator to logical AND for rendering and parsing facet restrictions.
Refactoring/fixes related with issue #79 and #91
AbstractOWLReasonerEx
is merged intoAbstractOWLReasoner
.OntologyReasoner
is removed. Logic transfered toFastInstancChekerReasoner
.FastInstancChekerReasoner
renamed toStructuralReasoner
.Updated documentation in accordance.
Documentation is no longer published when pushing to develop branch.
Added
is_modified
attribute forOntology
class which indicates if an ontology is modified, i.e. axioms are added or removed after this ontology was initialized.StructuralReasoner
will disable caching and reset if ontology modification is detected in order to avoid inconsistencies.Changed operator to logical AND for rendering and parsing facet restrictions.
Updated tests in accordance with the changes.