OWLOntologyManager
public interface HasAddAxioms
Modifier and Type | Method | 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 © 2018 The University of Manchester. All rights reserved.