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.AbstractCommand;↵ | | 4 | import org.eclipse.emf.common.command.AbstractCommand;↵
|
5 | import org.eclipse.emf.common.command.Command;↵ | | 5 | import org.eclipse.emf.common.command.Command;↵
|
6 | import org.eclipse.emf.common.command.CompoundCommand;↵ | | 6 | import org.eclipse.emf.common.command.CompoundCommand;↵
|
7 | import org.eclipse.emf.edit.command.AddCommand;↵ | | 7 | import org.eclipse.emf.edit.command.AddCommand;↵
|
8 | import org.eclipse.emf.edit.command.CommandParameter;↵ | | 8 | import org.eclipse.emf.edit.command.CommandParameter;↵
|
9 | import org.eclipse.emf.edit.command.RemoveCommand;↵ | | 9 | import org.eclipse.emf.edit.command.RemoveCommand;↵
|
10 | import org.eclipse.emf.mapping.Mapping;↵ | | 10 | import org.eclipse.emf.mapping.Mapping;↵
|
11 | import org.eclipse.emf.mapping.MappingPackage;↵ | | 11 | import org.eclipse.emf.mapping.MappingPackage;↵
|
12 | import org.eclipse.emf.mapping.MappingPlugin;↵ | | 12 | import org.eclipse.emf.mapping.MappingPlugin;↵
|
13 | import org.eclipse.emf.mapping.domain.MappingDomain; | | 13 | import org.eclipse.emf.mapping.domain.MappingDomain;
|