for (RestrictionType restriction : restrictions.getRestrictions()) {
addRestriction(manager,restriction);
}
iteration = 0;
//Set function type
FunctionTypeList functions = test.getOntoSpreadConfig().getFunctions();
for (FunctionType function : functions.getFunctions()) {
manager.setFunctionType(function);
logger.info("Function "+manager.getFunctionType());
for (RestrictionType restriction : restrictions.getRestrictions()) {
try {
execIterateRestriction(restriction,test,manager);