list = policyParameters.remove(id);
else
list = policySetParameters.remove(id);
}
elements.add(new PolicyCombinerElement(policy, list));
}
// ...and that there aren't extra parameters
if (!policyParameters.isEmpty())
throw new ParsingException("Unmatched parameters in Policy");