[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt.uml2tools] Overlapping connection descriptions

I am generating Activity diagram model (.uml file), then open it, then select all but activity frame, and then fire 'Arrange Selected' to get the diagram laid out.

All this works great.

However few connections/arrow/contro-flow descriptionss, are laid out overlapping the CallBehaviorAction part/shapes.

What could be possible ways to fix this?

I thought of one to iterate and identify such overlappings, but reach only upto the ControlFlowEditPart. This has three children ControlFlowNameEditPart, ControlFlowName2EditPart, ControlFlowName2EditPart. I could change the label text from ControlFlowNameEditPart, but changing the x, y coordinates results in no change.

Kindly help.