return super.getLayoutFeature(context);
}
@Override
public ICustomFeature[] getCustomFeatures(ICustomContext context) {
return new ICustomFeature[] { new SaveBpmnModelFeature(this),
new DeleteSequenceFlowFeature(this), new DeletePoolFeature(this), new ChangeElementTypeFeature(this),
new DeleteAssociationFeature(this) };
}