|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelComparisonDelta | |
org.metadiff.ext.tucsdiff | Implementation of comparison algorithm discussed in "Difference and Union of Models" paper by Markus Alanen and Ivan Porres |
org.metadiff.infra.xml | |
org.metadiff.template | Collection of generic and specific extensions distributed with a MetaDiff framework. |
Uses of ModelComparisonDelta in org.metadiff.ext.tucsdiff |
Classes in org.metadiff.ext.tucsdiff that implement ModelComparisonDelta | |
class |
TucsModelComparisonDelta
Comparison implementation based on research paper by TUCS |
Methods in org.metadiff.ext.tucsdiff that return ModelComparisonDelta | |
ModelComparisonDelta |
TucsDiffFinder.findDiff(ModelResource sourceA,
ModelResource sourceB)
|
private ModelComparisonDelta |
TucsDiffFinder.findDiff(EcoreResource resourceA,
EcoreResource resourceB)
|
private ModelComparisonDelta |
TucsDiffFinder.findDiff(MdrResource sourceA,
MdrResource sourceB)
|
Uses of ModelComparisonDelta in org.metadiff.infra.xml |
Classes in org.metadiff.infra.xml that implement ModelComparisonDelta | |
class |
DomModelDiff
TODO review this class |
Uses of ModelComparisonDelta in org.metadiff.template |
Methods in org.metadiff.template that return ModelComparisonDelta | |
ModelComparisonDelta |
ModelDiffFinder.findDiff(ModelResource source1,
ModelResource source2)
Find difference between two models TODO actually it should take model mappings as an input |
Methods in org.metadiff.template with parameters of type ModelComparisonDelta | |
void |
ModelDiffFinder.patch(ModelResource initialSource,
ModelComparisonDelta diff)
Apply ModelComparisonDelta as a patch for model given in initialSource TODO result should be of other type |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |