Package com._1c.g5.aef2.emf.changes
Class EmfChange
- java.lang.Object
-
- com._1c.g5.aef2.emf.changes.EmfChange
-
- All Implemented Interfaces:
IChange
,IEmfChange
public class EmfChange extends Object implements IEmfChange
IEmfChange
implementation.
-
-
Constructor Summary
Constructors Constructor Description EmfChange(org.eclipse.emf.transaction.TransactionalEditingDomain domain, org.eclipse.emf.common.command.Command command)
Instantiates a new EMF change.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply()
Applies the change.org.eclipse.emf.common.command.Command
getCommand()
-
-
-
Method Detail
-
apply
public void apply()
Description copied from interface:IChange
Applies the change.
-
getCommand
public org.eclipse.emf.common.command.Command getCommand()
- Specified by:
getCommand
in interfaceIEmfChange
- Returns:
- this change's EMF command.
-
-