Package com._1c.g5.aef2.emf.changes
Class EmfChange
java.lang.Object
com._1c.g5.aef2.emf.changes.EmfChange
- All Implemented Interfaces:
IChange
,IEmfChange
IEmfChange
implementation.-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionEmfChange
(org.eclipse.emf.transaction.TransactionalEditingDomain domain, org.eclipse.emf.common.command.Command command) Instantiates a new EMF change. -
Method Summary
-
Constructor Details
-
EmfChange
public EmfChange(org.eclipse.emf.transaction.TransactionalEditingDomain domain, org.eclipse.emf.common.command.Command command) Instantiates a new EMF change.- Parameters:
domain
- the domain to execute the command on.command
- the command.
-
-
Method Details
-
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.
-
toString
-