gcfDest.setAttribute("id" , gcDest.getID());
gcfDest.setAttribute("GroupType" , gcDest.getType().getName());
// gcfDest.setAttribute("PortPosition" , gcfSrc.getAttribute("PortPosition"));
gcfDest.setAttribute("bounds" , fSrc.getAttribute("bounds"));
gcfDest.setAttribute("frameColor" , fSrc.getAttribute("frameColor"));
gcfDest.moveBy(fSrc.getDisplayBox().x , fSrc.getDisplayBox().y);
for (Iterator<Feature> itFeature=fsSrc.iterator() ; itFeature.hasNext() ; ) {
Feature f = itFeature.next();
if (undecidedOnly && !cvSrc.getFinalCustomizationById(f.getID()).equals(Customization.Undecided)) {
continue;