Interface IXtext2EcorePostProcessor
-
- All Known Implementing Classes:
XtendXtext2EcorePostProcessor
@Deprecated public interface IXtext2EcorePostProcessorDeprecated.Switch to a manually maintained metamodel instead.Strategy interface for post processors used to augment the generated Ecore models.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidprocess(GeneratedMetamodel metamodel)Deprecated.Process the given metatmodel (e.g.
-
-
-
Method Detail
-
process
void process(GeneratedMetamodel metamodel)
Deprecated.Process the given metatmodel (e.g. set default values, make references bi-directional, ...)- Parameters:
metamodel- the metatmodel to augment
-
-