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, waitgetBottomClassNode, getBottomDataPropertyNode, getBottomObjectPropertyNode, getDataPropertyDomains, getDataPropertyValues, getDifferentIndividuals, getDisjointClasses, getDisjointDataProperties, getDisjointObjectProperties, getEquivalentClasses, getEquivalentDataProperties, getEquivalentObjectProperties, getInstances, getInverseObjectProperties, getObjectPropertyDomains, getObjectPropertyRanges, getObjectPropertyValues, getPrecomputableInferenceTypes, getReasonerName, getReasonerVersion, getSameIndividuals, getSubClasses, getSubDataProperties, getSubObjectProperties, getSuperClasses, getSuperDataProperties, getSuperObjectProperties, getTopClassNode, getTopDataPropertyNode, getTopObjectPropertyNode, getTypes, getUnsatisfiableClasses, interrupt, isConsistent, isEntailed, isEntailed, isEntailmentCheckingSupported, isPrecomputed, isSatisfiable, precomputeInferences@Nonnull public 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 OWLReasoner@Nonnull public Collection<OWLAxiom> getReasonerAxioms()
public void dispose()
dispose in interface OWLReasonerpublic FreshEntityPolicy getFreshEntityPolicy()
getFreshEntityPolicy in interface OWLReasonerpublic IndividualNodeSetPolicy getIndividualNodeSetPolicy()
getIndividualNodeSetPolicy in interface OWLReasoner@Nonnull public OWLDataFactory getOWLDataFactory()
Copyright © 2020 The University of Manchester. All rights reserved.