super(activity);
}
@Override
protected void applyChildrenResults(CompoundDirectedGraph graph, Map<AbstractGraphicalEditPart, Object> map) {
SubgraphFigure figure = (SubgraphFigure) getFigure();
int headerY = figure.getHeader().getBounds().getBottom().y + 8;
int y = 0;
int x = -1;
int heightSum = 0;
for (int i = 0; i < getChildren().size(); i++) {
ActivityPart part = (ActivityPart) getChildren().get(i);