/* (non-Javadoc)
* @see eu.planets_project.tb.api.TestbedManager#executeAutoEvaluationWf(eu.planets_project.tb.api.model.Experiment)
*/
public void executeAutoEvaluationWf(Experiment exp) {
ServiceExecutionHandler invoHandler = new ServiceExecutionHandlerImpl();
invoHandler.executeAutoEvalServices(exp);
}