public interface HasDirectAddAxioms
Modifier and Type | Method and Description |
---|---|
ChangeApplied |
addAxioms(Set<? extends OWLAxiom> axioms)
A convenience method that adds a set of axioms to an ontology.
|
ChangeApplied addAxioms(@Nonnull Set<? extends OWLAxiom> axioms)
axioms
- The axioms to be added. Not null
.Copyright © 2020 The University of Manchester. All rights reserved.