* @param child
* @return
*/
protected Command createAddAttributeMapperCommand(EditPart child) {
IAttributeMapper activity = (IAttributeMapper) child.getModel();
AddAttributeMapperCommand add = new AddAttributeMapperCommand();
add.setParent((ISubflowState) getHost().getModel());
add.setChild(activity);
return add;
}