272829303132333435
return command; } @Override protected Command getMoveBendpointCommand(BendpointRequest request) { TransitionMoveBendpointCommand command = new TransitionMoveBendpointCommand(); fillCommand(request, command); return command; }