* @param child
* @return
*/
protected Command createAddActionCommand(EditPart child) {
IActionElement activity = (IActionElement) child.getModel();
AddActionCommand add = new AddActionCommand();
add.setParent((IWebflowModelElement) getHost().getModel());
add.setChild(activity);
return add;
}