Interface ModelParser

  • All Known Implementing Classes:
    ModelParserImpl

    public interface ModelParser
    Interface for model parsers.
    • Method Detail

      • setTargetModel

        void setTargetModel​(Model model)
        This initializes the model that is filled during the parsing process. It can be a model that is initially empty or one that already contains classes (i.e., extension).
        Parameters:
        model - the model to fill