Interface ModelMerger
-
- All Known Implementing Classes:
AttributeMerger,ElementMerger
public interface ModelMergerMerges template models by applying the source model to the target model, with the result being implementation-dependant.- Author:
- zhanhb, Emanuel Rabina
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModelmerge(IModel targetModel, IModel sourceModel)Merge the source model into the target model.
-