| Package | Description |
|---|---|
| org.semanticweb.owlapi.reasoner |
OWLReasoner package.
|
| org.semanticweb.owlapi.reasoner.impl |
OWLReasoner implementation package.
|
| org.semanticweb.owlapi.reasoner.structural |
Structural reasoner implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
BufferingMode |
OWLReasoner.getBufferingMode()
Gets the buffering mode of this reasoner.
|
static BufferingMode |
BufferingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferingMode[] |
BufferingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BufferingMode |
OWLReasonerBase.getBufferingMode() |
| Constructor and Description |
|---|
StructuralReasoner(OWLOntology rootOntology,
OWLReasonerConfiguration configuration,
BufferingMode bufferingMode) |
Copyright © 2020 The University of Manchester. All rights reserved.