Package org.semanticweb.owlapi.model
Interface HasRemoveAxiom
- All Known Subinterfaces:
OWLOntologyManager
- All Known Implementing Classes:
OWLOntologyManagerImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 3.5
- Author:
- Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
-
Method Summary
-
Method Details
-
removeAxiom
Deprecated.A convenience method that removes a single axiom from an ontology. The appropriate RemoveAxiom change object is automatically generated.- Parameters:
ont
- The ontology to remove the axiom from.axiom
- The axiom to be removed- Returns:
- ChangeApplied.SUCCESSFULLY if the axiom is added, ChangeApplied.UNSUCCESSFULLY otherwise.
- Throws:
OWLOntologyChangeException
- if there was a problem removing the axiom
-
OWLOntology.removeAxiom(OWLAxiom)