Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EMF Compare"

(Documentation)
Line 13: Line 13:
  
 
__NOTOC__
 
__NOTOC__
<table border="0"  width="100%" cellspacing="6">
+
 
<tr>
+
<td>
+
  
 
=Compatibility=
 
=Compatibility=
Line 51: Line 49:
 
|}
 
|}
 
An empty cell indicates that the compatibility hasn't been tested for a particular combination.
 
An empty cell indicates that the compatibility hasn't been tested for a particular combination.
</td>
 
  
<td rowspan="2" width="310" style="background-color: #bbbad2; border-width: 1px; border-style: solid; border-color: #e3e2ff; padding: 10px;">
 
  
  
</td>
 
</table>
 
 
 
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
 
<tr>
 
<td style=" border-width: 1px; border-style: solid; border-color: #def9e4; padding: 10px;">
 
 
= Roadmap =
 
 
''' 1.1.0 - Eclipse 3.6'''
 
- Match Scoping
 
- Performances and Scalability
 
- Better stability
 
 
see [[EMF_Compare_1.1.0_New_And_Noteworthy | New and Noteworthy]]
 
 
= History =
 
 
 
'''1.0.0 - Eclipse 3.5''' see [[EMF_Compare_1.0.0_New_And_Noteworthy | New and Noteworthy]]
 
 
'''0.8.0 - Ganymede (2008)''' see [[EMF_Compare_0.8.0_New_And_Noteworthy | New and Noteworthy]]
 
 
'''0.7.0 branch (2007)'''
 
- merge/differencing
 
- reference documentation
 
- « 2 way » comparison
 
- Ecore/XMI Id handling
 
- metamodel agnostic
 
- match engine extensibility
 
- export API
 
 
</td>
 
 
 
 
 
 
<td>
 
 
=Events=
 
=Events=
 
'''10/06/2009''' - Graduation to EMF [http://www.eclipse.org/project-slides/Galileo/EMF_Compare_Galileo_Review.pdf Graduation Review]
 
'''10/06/2009''' - Graduation to EMF [http://www.eclipse.org/project-slides/Galileo/EMF_Compare_Galileo_Review.pdf Graduation Review]
Line 119: Line 75:
  
 
Moritz Eysholdt ([http://www.itemis.de Itemis])
 
Moritz Eysholdt ([http://www.itemis.de Itemis])
</td>
+
 
</tr>
+
</table>
+
  
 
[[Category:Modeling]]
 
[[Category:Modeling]]
 
[[Category:EMFT]]
 
[[Category:EMFT]]

Revision as of 10:06, 26 July 2010


EMF Compare
Website
Download
Community
Mailing List
Forums
Bugzilla
Open
Create New
Contribute
Browse Source


The EMF Compare project is part of EMF (Eclipse Modeling Framework).

EMF Compare brings model comparison to the EMF framework, this tool provides generic support for any kind of metamodel in order to compare and merge models. The objectives of this component are to provide a stable and efficient generic implementation of model comparison and to provide an extensible framework for specific needs.


The comparison process is divided in 2 phases: matching and differencing. The matching phase browses the model version figuring out which element comes from which other one, then the differencing process browses the matching result and create the corresponding delta. This delta may itself be serialized as a model.

CompareGlobal.png



Compatibility

The EMF Compare development team does its best to maintain downward compatibility towards Europa (3.3). Following is the compatibility chart :

EMF Compare Eclipse 3.2 - EMF 2.2 Eclipse 3.3 - EMF 2.3 Eclipse 3.4 - EMF 2.4 Eclipse 3.5 - EMF 2.5 Eclipse 3.6 - EMF 2.6
0.7 OK
0.8 KO OK OK
1.0 KO OK OK OK OK
1.1 KO KO OK OK OK

An empty cell indicates that the compatibility hasn't been tested for a particular combination.


Events

10/06/2009 - Graduation to EMF Graduation Review

20/03/2008 - Short talk given at EclipseCon 2008 An update on EMF Compare

10/10/2007 - Talk given at Eclipse Summit Europe 2007 EMF Compare : One year later.

05/03/2007 - We presented the project at EclipseCon through a panel. Here is some feedback: Model Comparison Panel 2007.

Contacts

Any issue should be reported to the Bugzilla You may also contact the team using the EMF newsgroup.

Team

The project developers are:

Cedric Brun (Obeo), project lead

Laurent Goubet (Obeo)

Jonathan Musset (Obeo)

Moritz Eysholdt (Itemis)

Back to the top