OWLMutableOntology
, OWLOntologyManager
ConcurrentOWLOntologyImpl
, OWLOntologyImpl
, OWLOntologyManagerImpl
public interface HasApplyChange
Modifier and Type | Method | Description |
---|---|---|
ChangeApplied |
applyChange(OWLOntologyChange change) |
A convenience method that applies just one change to an ontology that is
managed by this manager.
|
@Nonnull ChangeApplied applyChange(@Nonnull 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 © 2018 The University of Manchester. All rights reserved.