Package org.incenp.obofoundry.kgcl.model
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> T
accept
(IChangeVisitor<T> v) protected boolean
boolean
int
hashCode()
void
setChangeSet
(List<Change> changeSet) toString()
Methods inherited from class org.incenp.obofoundry.kgcl.model.Change
getChangeDate, getContributor, getCreator, getHasUndo, getId, getPullRequest, getSeeAlso, getType, getWasGeneratedBy, setChangeDate, setContributor, setCreator, setHasUndo, setId, setPullRequest, setSeeAlso, setType, setWasGeneratedBy
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details