@FunctionalInterface public interface HasDirectAddAxiom
| Modifier and Type | Method and Description |
|---|---|
default ChangeApplied |
add(OWLAxiom axiom)
A convenience method that adds a single axiom to an ontology.
|
ChangeApplied |
addAxiom(OWLAxiom axiom)
A convenience method that adds a single axiom to an ontology.
|
ChangeApplied addAxiom(OWLAxiom axiom)
axiom - The axiom to be addedOWLOntologyChangeException - if there was a problem adding the axiomdefault ChangeApplied add(OWLAxiom axiom)
axiom - The axiom to be addedOWLOntologyChangeException - if there was a problem adding the axiomCopyright © 2017 The University of Manchester. All Rights Reserved.