Package org.semanticweb.owlapi.model
Class ChangeDetails
java.lang.Object
org.semanticweb.owlapi.model.ChangeDetails
A class to hold detailed results on a set of changes.
changeEffect
has the overall result
of the transaction (changes can have been applied successfully, they can have failed and been
rolled back, or all changes might have been no-operation). enactedChanges
has all the
changes that have been applied successfully.- Author:
- ignazio
-
Constructor Summary
ConstructorsConstructorDescriptionChangeDetails
(ChangeApplied changeEffect, List<? extends OWLOntologyChange> enactedChanges) -
Method Summary
-
Constructor Details
-
ChangeDetails
- Parameters:
changeEffect
- the result of a changeenactedChanges
- the list of changes applied successfully
-
-
Method Details
-
getChangeEffect
- Returns:
- the change effect
-
getEnactedChanges
- Returns:
- the enacted changes
-