Class Transaction
java.lang.Object
org.incenp.obofoundry.kgcl.model.ChangeLanguageElement
org.incenp.obofoundry.kgcl.model.Change
org.incenp.obofoundry.kgcl.model.Transaction
A change that is a composition of a set of changes, where those changes are treated as a single unit. Could be a single change, or the results of an ontology diff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(IChangeVisitor<T> v) protected booleanbooleaninthashCode()voidsetChangeSet(List<Change> changeSet) toString()Methods inherited from class Change
getAssociatedChangeSet, getChangeDate, getChangeDescription, getContributor, getCreator, getHasUndo, getId, getPullRequest, getSeeAlso, getTermTrackerIssue, getType, getWasGeneratedBy, setAssociatedChangeSet, setChangeDate, setChangeDescription, setContributor, setCreator, setHasUndo, setId, setPullRequest, setSeeAlso, setTermTrackerIssue, setType, setWasGeneratedBy