Bug 192864 - [EMFT Search][CORE] Design Pattern Search (graphical editor only ?)
Summary: [EMFT Search][CORE] Design Pattern Search (graphical editor only ?)
Status: ASSIGNED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMFT search (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: lucas bigeardel CLA
QA Contact: lucas bigeardel CLA
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2007-06-15 09:09 EDT by lucas bigeardel CLA
Modified: 2013-07-11 14:32 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lucas bigeardel CLA 2007-06-15 09:09:17 EDT
EMF Model saerch should have a structural design pattern matching mode to give user possibility to easily find basic GOF patterns.

Potential candidates could be:
- Composite
- Bridge
- Facade
- Flyweight
- Proxy

Mathes sould be displayed in the result view in an appropriate way (specific icons and elements aggregated under same node).

Results should be displayed as:

[-][model_i]
    [-][pattern_j]
       >[element_i_j_1]
           . . .
       >[element_i_j_*]
           . . .
       >[element_i_j_n]

[-][model_x]
    [-][pattern_y]
       >[element_x_y_1]
           . . .
       >[element_x_y_*]
           . . .
       >[element_x_y_n]

Double clmicking on the parent should open the corresponding graphical model & highlight the depending elements).
Comment 1 lucas bigeardel CLA 2008-01-03 04:53:35 EST
this item seems to be too ambitious to be done in this release. We will demote this item to only make it done for UML2Tools class diagrams.
Comment 2 Nick Boldt CLA 2008-01-28 16:56:32 EST
Move to verified as per bug 206558.
Comment 3 lucas bigeardel CLA 2008-08-30 05:38:14 EDT
reopen this bug for galileo release
Comment 4 lucas bigeardel CLA 2008-08-30 05:38:27 EDT
assign to me
Comment 5 lucas bigeardel CLA 2008-10-07 04:11:51 EDT
delivered composite pattern infra