public interface HasRemoveAxioms
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
removeAxioms(OWLOntology ont,
Set<? extends OWLAxiom> axioms)
A convenience method that removes a set of axioms from an ontology.
|
List<OWLOntologyChange> removeAxioms(OWLOntology ont, Set<? extends OWLAxiom> axioms)
ont - The ontology from which the axioms should be removed.axioms - The axioms to be removed. Not nullnull.OWLOntologyChangeException - if there was a problem removing the axiomsCopyright © 2014 The University of Manchester. All Rights Reserved.