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"

Line 13: Line 13:
 
** The effect of filtering and grouping parameters
 
** 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_GetVisibleDiffElements | Request the viewer to retrieve only the visible differences, according to the viewer filtering configuration]]
* [[EMF_Compare/API_LayerDifference | Retrieve the compared graphical models (resource set), filled by the difference decorators]]
+
* [[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]]   
 
* [[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.''
 
''Feel free to add any tutorial or documentation on the wiki, we'll integrate them back in the online help.''

Revision as of 05:48, 8 December 2011

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:

Feel free to add any tutorial or documentation on the wiki, we'll integrate them back in the online help.

Back to the top