ktmprabhu / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

Customize the palette entry for a connection that has no direct counterpart in the domain model #322

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to create a connection without a model element like in issue 168 
(http://code.google.com/a/eclipselabs.org/p/spray/issues/detail?id=168).
class A{
    shape AShape
    references {
        linkname : connection
    }
}

Currently it is not possible to customize the palette entry (name of the 
connection shown in the palette and name of the palette) for the connection 
without a model element.

Original issue reported on code.google.com by dprill....@gmail.com on 10 Apr 2014 at 7:09