public interface HasApplyChanges
| Modifier and Type | Method and Description |
|---|---|
default ChangeApplied |
applyChanges(List<? extends OWLOntologyChange> changes)
Applies a list ontology changes to a collection of ontologies.
|
default ChangeApplied |
applyChanges(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.
|
default ChangeDetails |
applyChangesAndGetDetails(OWLOntologyChange... changes)
Applies a list ontology changes to a collection of ontologies.
|
default ChangeApplied applyChanges(List<? extends OWLOntologyChange> changes)
changes - The changes to be applied.OWLOntologyChangeException - If one or more of the changes could not be applied.default ChangeApplied applyChanges(OWLOntologyChange... changes)
changes - The changes to be applied.OWLOntologyChangeException - If one or more of the changes could not be applied.ChangeDetails applyChangesAndGetDetails(List<? extends OWLOntologyChange> changes)
changes - The changes to be applied.OWLOntologyChangeException - If one or more of the changes could not be applied.default ChangeDetails applyChangesAndGetDetails(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.