1 | import java.util.ArrayList;↵ | | 1 | import java.util.ArrayList;↵
|
2 | import java.util.Collection;↵ | | 2 | import java.util.Collection;↵
|
3 | import java.util.Collections;↵ | | 3 | import java.util.Collections;↵
|
|
4 | import org.eclipse.emf.common.command.Command;↵ | | 4 | import org.eclipse.emf.common.command.Command;↵
|
5 | import org.eclipse.emf.common.command.AbstractCommand;↵ | | 5 | import org.eclipse.emf.common.command.CommandWrapper;↵
|
6 | import org.eclipse.emf.edit.EMFEditPlugin;↵ | | 6 | import org.eclipse.emf.edit.EMFEditPlugin;↵
|
7 | import org.eclipse.emf.edit.domain.EditingDomain; | | 7 | import org.eclipse.emf.edit.domain.EditingDomain;
|