CompoundCommand cmd = new CompoundCommand(getLabel());
for (EObject element : elements) {
createCreateLinkCommand(cmd, element);
}
setOverride(cmd);
if (cmd.canExecute())
cmd.execute();
}
/**
* Adds to the provided compound command to create a link from a proxy for