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 | Description |
---|---|
ChangeDetails(ChangeApplied changeEffect,
List<? extends OWLOntologyChange> enactedChanges) |
Modifier and Type | Method | 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 © 2018 The University of Manchester. All rights reserved.