예제 #1
0
 public void calculateValue(DataRow row) {
   row.setValue(this, getSpecifier().getValue(row));
   // System.err.println("Set value for " + this + " (" + this.getClass() + "): " +
   // getSpecifier().getValue(row));
 }