} else {
sp.setResUse(SimRunner.RES_NOT_USED);
}
unfoldNet(simgraph, sp.getPeriod()/sp.getLambda(), epsilon);
sim = new SimRunner(simgraph, new ResourceUtilization(resAlloc), sp);
// the waitdialog starts and observs the simulation
new WaitDialog(this, Messages.getString("QuantAna.Simulation.Wait"),sp.getPeriod()/sp.getLambda(),sim);
}