org.semanticweb.owlapi.reasoner.OWLReasoner
StructuralReasoner
public abstract class OWLReasonerBase extends Object implements org.semanticweb.owlapi.reasoner.OWLReasoner
Modifier and Type | Method | Description |
---|---|---|
void |
dispose() |
|
void |
flush() |
|
org.semanticweb.owlapi.reasoner.BufferingMode |
getBufferingMode() |
|
org.semanticweb.owlapi.reasoner.FreshEntityPolicy |
getFreshEntityPolicy() |
|
org.semanticweb.owlapi.reasoner.IndividualNodeSetPolicy |
getIndividualNodeSetPolicy() |
|
org.semanticweb.owlapi.model.OWLDataFactory |
getOWLDataFactory() |
|
Set<org.semanticweb.owlapi.model.OWLAxiom> |
getPendingAxiomAdditions() |
|
Set<org.semanticweb.owlapi.model.OWLAxiom> |
getPendingAxiomRemovals() |
|
List<org.semanticweb.owlapi.model.OWLOntologyChange> |
getPendingChanges() |
|
Collection<org.semanticweb.owlapi.model.OWLAxiom> |
getReasonerAxioms() |
Gets the axioms that should be currently being reasoned over.
|
org.semanticweb.owlapi.reasoner.OWLReasonerConfiguration |
getReasonerConfiguration() |
|
org.semanticweb.owlapi.model.OWLOntology |
getRootOntology() |
|
long |
getTimeOut() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBottomClassNode, 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 org.semanticweb.owlapi.reasoner.OWLReasonerConfiguration getReasonerConfiguration()
public org.semanticweb.owlapi.reasoner.BufferingMode getBufferingMode()
getBufferingMode
in interface org.semanticweb.owlapi.reasoner.OWLReasoner
public long getTimeOut()
getTimeOut
in interface org.semanticweb.owlapi.reasoner.OWLReasoner
public org.semanticweb.owlapi.model.OWLOntology getRootOntology()
getRootOntology
in interface org.semanticweb.owlapi.reasoner.OWLReasoner
public List<org.semanticweb.owlapi.model.OWLOntologyChange> getPendingChanges()
getPendingChanges
in interface org.semanticweb.owlapi.reasoner.OWLReasoner
public Set<org.semanticweb.owlapi.model.OWLAxiom> getPendingAxiomAdditions()
getPendingAxiomAdditions
in interface org.semanticweb.owlapi.reasoner.OWLReasoner
public Set<org.semanticweb.owlapi.model.OWLAxiom> getPendingAxiomRemovals()
getPendingAxiomRemovals
in interface org.semanticweb.owlapi.reasoner.OWLReasoner
public void flush()
flush
in interface org.semanticweb.owlapi.reasoner.OWLReasoner
@Nonnull public Collection<org.semanticweb.owlapi.model.OWLAxiom> getReasonerAxioms()
public void dispose()
dispose
in interface org.semanticweb.owlapi.reasoner.OWLReasoner
public org.semanticweb.owlapi.reasoner.FreshEntityPolicy getFreshEntityPolicy()
getFreshEntityPolicy
in interface org.semanticweb.owlapi.reasoner.OWLReasoner
public org.semanticweb.owlapi.reasoner.IndividualNodeSetPolicy getIndividualNodeSetPolicy()
getIndividualNodeSetPolicy
in interface org.semanticweb.owlapi.reasoner.OWLReasoner
@Nonnull public org.semanticweb.owlapi.model.OWLDataFactory getOWLDataFactory()
Copyright © 2018 The University of Manchester. All rights reserved.