}
public EditPart createEditPart(EditPart context, Object model) {
EditPart result = null;
if (model instanceof RuleFlowProcessWrapper) {
result = new ProcessEditPart();
} else if (model instanceof RuleSetNodeWrapper) {
result = new RuleSetNodeEditPart();
} else if (model instanceof ConnectionWrapper) {
result = new ConnectionWrapperEditPart();
} else if (model instanceof StartNodeWrapper) {