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