Hi all!
I''m developing a diagram in which I'd like to connect two node by a
connection. I can specify the kind of this connection using an enumeration
and every kind has an own
figure.
In the .gmfmap I have three "Link Mapping" entries in which I set the kind
of the connection by a "Feature Seq Initializer". In the generated diagram
there are three EditPart, one
for each link mapping, with an own inner figure.
In runtime I have a problem. When I try to create a new connection, two
links are displayed.
I read a thread about a similar problem, but I didn't find a solution for
this problem in it.