public abstract class OWLReasonerBase extends Object implements OWLReasoner
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
flush() |
BufferingMode |
getBufferingMode() |
FreshEntityPolicy |
getFreshEntityPolicy() |
IndividualNodeSetPolicy |
getIndividualNodeSetPolicy() |
OWLDataFactory |
getOWLDataFactory() |
Set<OWLAxiom> |
getPendingAxiomAdditions() |
Set<OWLAxiom> |
getPendingAxiomRemovals() |
List<OWLOntologyChange> |
getPendingChanges() |
Collection<OWLAxiom> |
getReasonerAxioms()
Gets the axioms that should be currently being reasoned over.
|
OWLReasonerConfiguration |
getReasonerConfiguration() |
OWLOntology |
getRootOntology() |
long |
getTimeOut() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbottomClassNode, bottomDataPropertyNode, bottomObjectPropertyNode, dataPropertyDomains, dataPropertyDomains, dataPropertyDomains, dataPropertyValues, differentIndividuals, disjointClasses, disjointDataProperties, disjointObjectProperties, equivalentClasses, equivalentDataProperties, equivalentObjectProperties, getBottomClassNode, getBottomDataPropertyNode, getBottomObjectPropertyNode, getDataPropertyDomains, getDataPropertyDomains, getDataPropertyDomains, getDataPropertyValues, getDifferentIndividuals, getDisjointClasses, getDisjointDataProperties, getDisjointObjectProperties, getEquivalentClasses, getEquivalentDataProperties, getEquivalentObjectProperties, getInstances, getInstances, getInstances, getInverseObjectProperties, getObjectPropertyDomains, getObjectPropertyDomains, getObjectPropertyDomains, getObjectPropertyRanges, getObjectPropertyRanges, getObjectPropertyRanges, getObjectPropertyValues, getPrecomputableInferenceTypes, getReasonerName, getReasonerVersion, getSameIndividuals, getSubClasses, getSubClasses, getSubClasses, getSubDataProperties, getSubDataProperties, getSubDataProperties, getSubObjectProperties, getSubObjectProperties, getSubObjectProperties, getSuperClasses, getSuperClasses, getSuperClasses, getSuperDataProperties, getSuperDataProperties, getSuperDataProperties, getSuperObjectProperties, getSuperObjectProperties, getSuperObjectProperties, getTopClassNode, getTopDataPropertyNode, getTopObjectPropertyNode, getTypes, getTypes, getTypes, getUnsatisfiableClasses, instances, instances, instances, interrupt, inverseObjectProperties, isConsistent, isEntailed, isEntailed, isEntailed, isEntailed, isEntailmentCheckingSupported, isPrecomputed, isSatisfiable, objectPropertyDomains, objectPropertyDomains, objectPropertyDomains, objectPropertyRanges, objectPropertyRanges, objectPropertyRanges, objectPropertyValues, pendingAxiomAdditions, pendingAxiomRemovals, pendingChanges, precomputableInferenceTypes, precomputeInferences, sameIndividuals, subClasses, subClasses, subClasses, subDataProperties, subDataProperties, subDataProperties, subObjectProperties, subObjectProperties, subObjectProperties, superClasses, superClasses, superClasses, superDataProperties, superDataProperties, superDataProperties, superObjectProperties, superObjectProperties, superObjectProperties, topClassNode, topDataPropertyNode, topObjectPropertyNode, types, types, types, unsatisfiableClassespublic OWLReasonerConfiguration getReasonerConfiguration()
public BufferingMode getBufferingMode()
getBufferingMode in interface OWLReasonerpublic long getTimeOut()
getTimeOut in interface OWLReasonerpublic OWLOntology getRootOntology()
getRootOntology in interface OWLReasonerpublic List<OWLOntologyChange> getPendingChanges()
getPendingChanges in interface OWLReasonerpublic Set<OWLAxiom> getPendingAxiomAdditions()
getPendingAxiomAdditions in interface OWLReasonerpublic Set<OWLAxiom> getPendingAxiomRemovals()
getPendingAxiomRemovals in interface OWLReasonerpublic void flush()
flush in interface OWLReasonerpublic Collection<OWLAxiom> getReasonerAxioms()
public void dispose()
dispose in interface OWLReasonerpublic FreshEntityPolicy getFreshEntityPolicy()
getFreshEntityPolicy in interface OWLReasonerpublic IndividualNodeSetPolicy getIndividualNodeSetPolicy()
getIndividualNodeSetPolicy in interface OWLReasonerpublic OWLDataFactory getOWLDataFactory()
Copyright © 2017 The University of Manchester. All rights reserved.