[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Link Mapping Operation

I have a connection with inside a String like source and target references. This values are the ID of the source and target objects. How can I create a Link Mapping?

Something like
<diagram>
<node id="A">
<node id="B">
<link name="T">
<source id="A"/> (id type: String)
<target id="B"/> (id type: String) </link>
<diagram>