public MiddleEdit(Sequence a, Sequence b) { _a = a; _b = b; forward = new ForwardEditPaths(this); backward = new BackwardEditPaths(this); }