public interface HasApplyChanges
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
applyChanges(List<? extends OWLOntologyChange> changes)
Applies a list ontology changes to some ontologies.
|
List<OWLOntologyChange> applyChanges(List<? extends OWLOntologyChange> changes)
changes - The changes to be applied.OWLOntologyChangeException - If one or more of the changes could not be applied.Copyright © 2014 The University of Manchester. All Rights Reserved.