@FunctionalInterface public interface HasRemoveAxiom
| Modifier and Type | Method and Description |
|---|---|
ChangeApplied |
removeAxiom(OWLOntology ont,
OWLAxiom axiom)
Deprecated.
|
@Deprecated ChangeApplied removeAxiom(OWLOntology ont, OWLAxiom axiom)
OWLOntology.removeAxiom(OWLAxiom)ont - The ontology to remove the axiom from.axiom - The axiom to be removedOWLOntologyChangeException - if there was a problem removing the axiomCopyright © 2018 The University of Manchester. All rights reserved.