Class EmfModelTransaction
java.lang.Object
org.eclipse.epsilon.emc.emf.transactions.EmfModelTransaction
- All Implemented Interfaces:
IModelTransaction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.emf.ecore.change.util.ChangeRecorder
protected AbstractEmfModel
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
changeRecorder
protected org.eclipse.emf.ecore.change.util.ChangeRecorder changeRecorder -
model
-
-
Constructor Details
-
EmfModelTransaction
-
-
Method Details
-
start
public void start()- Specified by:
start
in interfaceIModelTransaction
-
commit
public void commit()- Specified by:
commit
in interfaceIModelTransaction
-
rollback
public void rollback()- Specified by:
rollback
in interfaceIModelTransaction
-
dispose
public void dispose()- Specified by:
dispose
in interfaceIModelTransaction
-