Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Specifications/DefaultMatchEngineConfiguration"

 
Line 34: Line 34:
 
[[File:DefaultMatchEngineNotSelectedSol1.png]]
 
[[File:DefaultMatchEngineNotSelectedSol1.png]]
  
[[Category:EMF Compare]]
 
 
[[Category:EMF Compare/Specification]]
 
[[Category:EMF Compare/Specification]]

Latest revision as of 12:16, 5 March 2014

Evolution Specification: UI configuration of DefaultMatchEngine

Current status is DRAFT

Preamble

Summary: Define the way user shall can configure Default Match Engine.


_Relevant tickets_

Introduction

Default Match Engine can be configured with one parameter:

  • UseIdentifiers which define if whether or not IDs shall be used.

Detailed Specification

  • To configure this the system shall provide an User Interface.
  • The user shall be able to use this interface to modify at runtime the UseIdentifier parameter.
  • The way the interface is provided shall be generic to be reusable for other match IMatchEngine.

In the case of the DefaultMatchEngine the interface shall look like this.

  • When the DefaultMatchEnfineFactory is selected:

DefaultMatchEnginePreferencePage.png

When the another MatchEngine is selected (with no configuration):


DefaultMatchEngineNotSelectedSol1.png

Back to the top