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