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