Interface ModelMerger

  • All Known Implementing Classes:
    AttributeMerger, ElementMerger

    public interface ModelMerger
    Merges template models by applying the source model to the target model, with the result being implementation-dependant.
    Author:
    zhanhb, Emanuel Rabina
    • Method Detail

      • merge

        IModel merge​(IModel targetModel,
                     IModel sourceModel)
        Merge the source model into the target model.
        Parameters:
        targetModel -
        sourceModel -
        Returns:
        The result of the merge.