Exemplo n.º 1
0
  public int getIterationCount() {

    return simDesc.getLastIteration() - configuration.getStartingIteration();
  }
Exemplo n.º 2
0
  public int getLastIteration() {

    return simDesc.getLastIteration();
  }