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.
Author:
Knut Wannheden - Initial contribution and API, Michael Clay
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Process the given metatmodel (e.g.
  • Method Details

    • 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