@FunctionalInterface public interface HasAddAxioms
| Modifier and Type | Method and Description |
|---|---|
default ChangeApplied |
addAxioms(OWLOntology ont,
Collection<? extends OWLAxiom> axioms)
A convenience method that adds a collection of axioms to an ontology.
|
ChangeApplied |
addAxioms(OWLOntology ont,
Stream<? extends OWLAxiom> axioms)
A convenience method that adds a stream of axioms to an ontology.
|
default ChangeApplied addAxioms(OWLOntology ont, Collection<? extends OWLAxiom> axioms)
ont - The ontology to which the axioms should be added.axioms - The axioms to be added.HasApplyChanges.applyChangesAndGetDetails(java.util.List)ChangeApplied addAxioms(OWLOntology ont, Stream<? extends OWLAxiom> axioms)
ont - The ontology to which the axioms should be added.axioms - The axioms to be added.HasApplyChanges.applyChangesAndGetDetails(java.util.List)Copyright © 2020 The University of Manchester. All rights reserved.