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/Developer Guide"

(Replaced content with "This page has moved to http://www.eclipse.org/emf/compare/documentation/latest/developer/developer-guide.html")
 
(122 intermediate revisions by 7 users not shown)
Line 1: Line 1:
* [[Setting up a development environment for EMF Compare | Setting up a development environment for EMF Compare]]
+
This page has moved to http://www.eclipse.org/emf/compare/documentation/latest/developer/developer-guide.html
* [[Comparing XML files with EMF Compare | Comparing XML files with EMF Compare]]
+
 
+
You'll find a few more tutorials on the Eclipse Online Help once you installed EMF Compare
+
* Architecture
+
* Using the Compare Services
+
* Adapting the Comparison Process to your Ecore Model
+
* Adding new actions to the export menu
+
 
+
Additional UI APIs:
+
* [[EMF_Compare/API_Viewer_FilteringGrouping | Create a viewer from the result of a model comparison (ComparisonSnapshot)]] to show:
+
** The structural differences
+
** The effect of filtering and grouping parameters
+
* [[EMF_Compare/API_GetVisibleDiffElements | Request the viewer to retrieve only the visible differences, according to the viewer filtering configuration]]
+
* [[EMF_Compare/API_LayerDifferences | Retrieve the compared graphical models (resource set), filled by the difference decorators]]
+
* [[EMF_Compare/API_OpenEditorWithSelection | Open an EMF Compare editor from two model versions (CompareEditorInput) and select the structural differences related to the model object identifiers in parameters]] 
+
 
+
''Feel free to add any tutorial or documentation on the wiki, we'll integrate them back in the online help.''
+

Latest revision as of 08:19, 5 March 2014

This page has moved to http://www.eclipse.org/emf/compare/documentation/latest/developer/developer-guide.html

Back to the top