OWLMutableOntology
, OWLOntologyManager
ConcurrentOWLOntologyImpl
, OWLOntologyImpl
, OWLOntologyManagerImpl
public interface HasApplyChanges
Modifier and Type | Method | 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 © 2018 The University of Manchester. All rights reserved.