Example #1
0
 public TTreeNode(TTreeNode ttn) {
   this.id = ttn.getId();
   this.transition = ttn.getTransition();
   this.setCopy(ttn);
 }