super(fp);
}
@Override
public PictogramElement add(IAddContext context) {
final BoundaryEvent addedEvent = (BoundaryEvent) context.getNewObject();
ContainerShape parent = context.getTargetContainer();
int x = context.getX();
int y = context.getY();
ILocation shapeLocation = Graphiti.getLayoutService().getLocationRelativeToDiagram(parent);