@FunctionalInterface public interface HasAddAxiom
| Modifier and Type | Method and Description |
|---|---|
ChangeApplied |
addAxiom(OWLOntology ont,
OWLAxiom axiom)
A convenience method that adds a single axiom to an ontology.
|
ChangeApplied addAxiom(OWLOntology ont, OWLAxiom axiom)
ont - The ontology to add the axiom to.axiom - The axiom to be addedOWLOntologyChangeException - if there was a problem adding the axiomCopyright © 2018 The University of Manchester. All rights reserved.