else
text = text.concat("}");
fFigureSubCollectionOfMetaAttributesLabelFigure.setText(text);
this.add(fFigureSubCollectionOfMetaAttributesLabelFigure);
subCollectionOf s = (subCollectionOf) ((View) subcollectionofeditpart
.getModel()).getElement();
if (!s.getSource().isEmpty())
((Property) s.getSource().get(0))
.setContainer(s.getContainer());
if (!s.getTarget().isEmpty())
((Property) s.getTarget().get(0))
.setContainer(s.getContainer());
}