예제 #1
0
  public void startApplyingMethod(int type, double err, double a, double b) {
    this.type = type;
    this.err = err;
    complete = false;

    startCurrentMethodClock(a, b);
  }