@FunctionalInterface public interface HasApplyDirectChange
| Modifier and Type | Method and Description |
|---|---|
ChangeApplied |
applyDirectChange(OWLOntologyChange change)
A convenience method that applies just one change to this ontology.
|
ChangeApplied applyDirectChange(OWLOntologyChange change)
change - The change to be appliedOWLOntologyChangeException - If the change could not be applied. See subclasses of
ontology change exception for more specific details.OWLOntologyRenameException - If one or more of the changes is an instance of SetOntologyID where the new OWLOntologyID already belongs to an ontology managed by this
manager.Copyright © 2020 The University of Manchester. All rights reserved.