enrichment.setConventions(getConventions());
return enrichment;
}
private Conventions getKernelConventions() {
Conventions conventions = new Conventions();
fillKernelConventions();
conventions.setConventions(getKernelConventionList());
return conventions;
}