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