public class VariableScopeChecker extends Object
| Constructor and Description |
|---|
VariableScopeChecker(org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
org.semanticweb.owlapi.reasoner.OWLReasoner reasoner) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
check(org.semanticweb.owlapi.model.OWLClass owlCass,
SubClassVariableScope scope) |
protected boolean |
check(org.semanticweb.owlapi.model.OWLClass owlCass,
SuperClassVariableScope scope) |
protected boolean |
check(org.semanticweb.owlapi.model.OWLIndividual individual,
IndividualVariableScope scope) |
org.semanticweb.owlapi.model.OWLOntologyManager |
getOntologyManager() |
org.semanticweb.owlapi.reasoner.OWLReasoner |
getReasoner() |
public VariableScopeChecker(org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
org.semanticweb.owlapi.reasoner.OWLReasoner reasoner)
throws OPPLException
ontologyManager - ontologyManagerreasoner - reasonerOPPLException - OPPLExceptionprotected boolean check(org.semanticweb.owlapi.model.OWLClass owlCass,
SubClassVariableScope scope)
owlCass - owlCassscope - scopeorg.semanticweb.owlapi.model.OWLRuntimeException - OWLRuntimeExceptionprotected boolean check(org.semanticweb.owlapi.model.OWLClass owlCass,
SuperClassVariableScope scope)
throws org.semanticweb.owlapi.model.OWLRuntimeException
owlCass - owlCassscope - scopeorg.semanticweb.owlapi.model.OWLRuntimeException - OWLRuntimeExceptionprotected boolean check(org.semanticweb.owlapi.model.OWLIndividual individual,
IndividualVariableScope scope)
throws org.semanticweb.owlapi.model.OWLRuntimeException
individual - individualscope - scopeorg.semanticweb.owlapi.model.OWLRuntimeException - OWLRuntimeExceptionpublic org.semanticweb.owlapi.reasoner.OWLReasoner getReasoner()
org.semanticweb.owlapi.model.OWLRuntimeException - OWLRuntimeExceptionpublic org.semanticweb.owlapi.model.OWLOntologyManager getOntologyManager()
Copyright © 2015 The University of Manchester. All Rights Reserved.