SubCollectionOfEditPart subcollectionofeditpart) {
String text = new String("{");
Boolean virgula = new Boolean(false);
fFigureSubCollectionOfLabelFigure = new WrappingLabel();
fFigureSubCollectionOfLabelFigure.setText("«subCollectionOf»");
this.add(fFigureSubCollectionOfLabelFigure);
fFigureSubCollectionOfNameLabelFigure = new WrappingLabel();
fFigureSubCollectionOfNameLabelFigure.setText("Name");
this.add(fFigureSubCollectionOfNameLabelFigure);
fFigureSubCollectionOfMetaAttributesLabelFigure = new WrappingLabel();
if (updateFaceIsEssential(subcollectionofeditpart)) {
text = text.concat("essential");
virgula = true;
}
if (updateFaceIsInseparable(subcollectionofeditpart)) {
if (virgula)
text = text.concat(",");
text = text.concat("inseparable");
virgula = true;
}
if (updateFaceIsImmutablePart(subcollectionofeditpart)) {
if (virgula)
text = text.concat(",");
text = text.concat("immutable part");
virgula = true;
}
if (updateFaceIsImmutableWhole(subcollectionofeditpart)) {
if (virgula)
text = text.concat(",");
text = text.concat("immutable whole");
}
if (text.equals("{"))
text = "";
else
text = text.concat("}");
fFigureSubCollectionOfMetaAttributesLabelFigure.setText(text);
this.add(fFigureSubCollectionOfMetaAttributesLabelFigure);
fFigureSubCollectionOfSourcePropertyNameLabelFigure = new WrappingLabel();
fFigureSubCollectionOfSourcePropertyNameLabelFigure.setText("");
this.add(fFigureSubCollectionOfSourcePropertyNameLabelFigure);
fFigureSubCollectionOfSourcePropertyCardinalitiesLabelFigure = new WrappingLabel();
fFigureSubCollectionOfSourcePropertyCardinalitiesLabelFigure
.setText("");
this
.add(fFigureSubCollectionOfSourcePropertyCardinalitiesLabelFigure);
fFigureSubCollectionOfTargetPropertyNameLabelFigure = new WrappingLabel();
fFigureSubCollectionOfTargetPropertyNameLabelFigure.setText("");
this.add(fFigureSubCollectionOfTargetPropertyNameLabelFigure);
fFigureSubCollectionOfTargetPropertyCardinalitiesLabelFigure = new WrappingLabel();
fFigureSubCollectionOfTargetPropertyCardinalitiesLabelFigure
.setText("");
this
.add(fFigureSubCollectionOfTargetPropertyCardinalitiesLabelFigure);