public Leaf getCopy() {
   return new LeafImpl(base_.getCopy(), model_);
 }