OWLMutableOntology
ConcurrentOWLOntologyImpl
, OWLOntologyImpl
public interface HasDirectAddAxioms
Modifier and Type | Method | 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 © 2018 The University of Manchester. All rights reserved.