Package | Description |
---|---|
org.semanticweb.owlapi.util |
Utilities package
|
Modifier and Type | Method | Description |
---|---|---|
List<InferredAxiomGenerator<?>> |
InferredOntologyGenerator.getAxiomGenerators() |
Modifier and Type | Method | Description |
---|---|---|
void |
InferredOntologyGenerator.addGenerator(InferredAxiomGenerator<?> generator) |
Adds a generator if it isn't already in the list of generators.
|
void |
InferredOntologyGenerator.removeGenerator(InferredAxiomGenerator<?> generator) |
Removes a generator.
|
Constructor | Description |
---|---|
InferredOntologyGenerator(OWLReasoner reasoner,
List<InferredAxiomGenerator<? extends OWLAxiom>> axiomGenerators) |
Copyright © 2018 The University of Manchester. All rights reserved.