public class ChangeDetails extends Object
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 haveConstructor and Description |
---|
ChangeDetails(ChangeApplied changeEffect,
List<? extends OWLOntologyChange> enactedChanges) |
Modifier and Type | Method and Description |
---|---|
ChangeApplied |
getChangeEffect() |
List<? extends OWLOntologyChange> |
getEnactedChanges() |
public ChangeDetails(ChangeApplied changeEffect, List<? extends OWLOntologyChange> enactedChanges)
changeEffect
- the result of a changeenactedChanges
- the list of changes applied successfullypublic ChangeApplied getChangeEffect()
public List<? extends OWLOntologyChange> getEnactedChanges()
Copyright © 2020 The University of Manchester. All rights reserved.