public interface HasRemoveAxiom
| Modifier and Type | Method and Description |
|---|---|
ChangeApplied |
removeAxiom(OWLOntology ont,
OWLAxiom axiom)
A convenience method that removes a single axiom from an ontology.
|
@Nonnull ChangeApplied removeAxiom(@Nonnull OWLOntology ont, @Nonnull OWLAxiom axiom)
ont - The ontology to remove the axiom from.axiom - The axiom to be removedOWLOntologyChangeException - if there was a problem removing the axiomCopyright © 2016 The University of Manchester. All Rights Reserved.