public interface HasAddAxioms
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
addAxioms(OWLOntology ont,
Set<? extends OWLAxiom> axioms)
A convenience method that adds a set of axioms to an ontology.
|
List<OWLOntologyChange> addAxioms(OWLOntology ont, 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 © 2014 The University of Manchester. All Rights Reserved.