public IterationValueImpl(IterationImpl wi) {
   super(wi.getIIteration());
   this.wi = wi;
 }