differences between 2.1.1 and 2.1.2 demos and draw2d [message #95959] |
Mon, 29 September 2003 15:55  |
Eclipse User |
|
|
|
Originally posted by: rpenner.cs.usask.ca
Hello, I am having some problems migrating from 2.1.1 to 2.1.2. When I run
the 2.1.1 demos, CompoundGraphDemo for example I get graphs of subgraphs
all drawn out with nodes and edges. This is all fine except I can't figure
out why when I run the same demo in 2.1.2 I get edges drawn between the
upper subgraphs and the first and last nodes in each subgrap. I.e., why
does node 1 have an edge to the subgraph that contains it?
cheers ............ Reagan
|
|
|
Re: differences between 2.1.1 and 2.1.2 demos and draw2d [message #96018 is a reply to message #95959] |
Mon, 29 September 2003 16:17  |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
The graph stuff is new to 2.1.2, despite the fact that you may have
downloaded previous versions of GEF labeled 2.1.1.
This is probably a bug. The way we perform the crossing reduction involves
adding new edges to the graph. We remove some of them later on, but we
don't remove all of them (anymore), so you see them in the demo. We should
probaby modify CompoundDirectedGraphLayout such that it removes all of these
"containment" edges. As a workaround, you can just ignore the edges which
you yourself didn't create.
"Reagan Penner" <rpenner@cs.usask.ca> wrote in message
news:bla2n1$jjt$1@eclipse.org...
> Hello, I am having some problems migrating from 2.1.1 to 2.1.2. When I run
> the 2.1.1 demos, CompoundGraphDemo for example I get graphs of subgraphs
> all drawn out with nodes and edges. This is all fine except I can't figure
> out why when I run the same demo in 2.1.2 I get edges drawn between the
> upper subgraphs and the first and last nodes in each subgrap. I.e., why
> does node 1 have an edge to the subgraph that contains it?
>
> cheers ............ Reagan
>
|
|
|
Powered by
FUDForum. Page generated in 0.03350 seconds