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.
|
@Nonnull ChangeApplied addAxiom(@Nonnull OWLOntology ont, @Nonnull OWLAxiom axiom)
ont
- The ontology to add the axiom to.axiom
- The axiom to be addedOWLOntologyChangeException
- if there was a problem adding the axiomCopyright © 2020 The University of Manchester. All rights reserved.