/**
* reparent<p>
* <p>
*/
public void reparent() {
this.setAWin(new WinA());
Row.set(this.getAWin(), 1);
Column.set(this.getAWin(), 1);
Parent.set(this.getAWin(), this.getqq_one());
this.setAWinList(new WinAList());
Row.set(this.getAWinList(), 1);
Column.set(this.getAWinList(), 1);
Parent.set(this.getAWinList(), this.getqq_two());
this.setBWin(new WinB());
Row.set(this.getBWin(), 1);
Column.set(this.getBWin(), 1);
Parent.set(this.getBWin(), this.getqq_three());
this.setA2(new WinA());
Row.set(this.getA2(), 1);
Column.set(this.getA2(), 2);
Parent.set(this.getA2(), this.getBWin().getqq_aB());
this.setA3(new WinA());
Row.set(this.getA3(), 1);
Column.set(this.getA3(), 1);
Parent.set(this.getA3(), this.getqq_four());
this.setAWinList2(new WinAList());