Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a few small changes for interaction with the reasoner #170

Merged
merged 2 commits into from
Mar 30, 2015
Merged

a few small changes for interaction with the reasoner #170

merged 2 commits into from
Mar 30, 2015

Conversation

ykazakov
Copy link
Contributor

I made a small change which catches and ignores the UnsupportedOperationException when executing reasoning task. This way, owl reasoners can throw exception for reasoning tasks that they do not support and Protege will not misbehave (it should act, in principle, the same as if the reasoning task is not enabled).

The second change is a bit more clever way for a reasoner in non-buffering mode to understand when changes in ontology may require reclassification. Essentially, only logical or import changes to ontologies in the import closure should be considered.

effect on reasoning results (only those applied to ontologies in the
import closure may have)
matthewhorridge added a commit that referenced this pull request Mar 30, 2015
Thanks a lot for the contribution Yevgeny!
@matthewhorridge matthewhorridge merged commit ff2853a into protegeproject:master Mar 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants