Skip to main content
summaryrefslogtreecommitdiffstats
blob: a3c12e27df80b469c5ab741848ef3b27b9421d71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

h1.  EMF Compare Architecture


@Authors@ Cédric Brun 
@Contact@ cedric.brun@obeo.fr
 

Copyright  2007-2010, Obeo (c)

{toc}
  
h2. Comparison process

The comparison process is divided in 2 phases : matching and differencing. The matching phase browses both models trying to figure out which element of model
1 corresponds to which element of model 2. The differencing process then browses the result of the matching and creates the corresponding delta. The result of
both phases can be serialized as models.

!images/Process.png!

h2. Plugins Architecture

Here is the plugin architecture of the EMF Compare component :

!images/Plugins.png!

h2. API's

The red boxes in the following picture represent the component which were designed for extensibility. On all of these components can be plugged your own engines
or behavior.

!images/compare_general_extensibility.png!

Back to the top