|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for different diff/patch implementations
Method Summary | |
ModelComparisonDelta |
findDiff(ModelResource source1,
ModelResource source2)
Find difference between two models TODO actually it should take model mappings as an input |
void |
patch(ModelResource initialSource,
ModelComparisonDelta diff)
Apply ModelComparisonDelta as a patch for model given in initialSource TODO result should be of other type |
Method Detail |
public ModelComparisonDelta findDiff(ModelResource source1, ModelResource source2)
source1
- source of first modelsource2
- source of second model
public void patch(ModelResource initialSource, ModelComparisonDelta diff)
initialSource
- initial model patch to be applieddiff
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |