Can any one please explain, which class we need to modify in
order to add a Connection Anchor automatically to a node when a
connection is dragged form one node to another.
What i need is, in my project I need to connect one Task(Node)
with another Task.
But the Source Reference and Target Reference attributes of our Link
Mapping in the .gmfmap model file is given as SourcePort(Source Anchor)
and SinkPort (Target Anchor)respectively ,which is our design requirement.
So the mouse pointer is not enabled , when we try to drag a connection
from one task to another.
What we need is , to enable the mouse pointer when on top of task node
while try to draw a connection, and automatically adding anchors to
Source node and Target Node on clicking on it to drag a connection.