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