Interface IXtext2EcorePostProcessor

  • All Known Implementing Classes:
    XtendXtext2EcorePostProcessor

    @Deprecated
    public interface IXtext2EcorePostProcessor
    Deprecated.
    Switch to a manually maintained metamodel instead.
    Strategy interface for post processors used to augment the generated Ecore models.
    • 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