A bit of this is possible:
-=-=-=-=-=-=-=-=-=-= dep := Dictionary new. dep at: #Layer1 put: #(Layer2 Layer3 Layer5). dep at: #Layer2 put: #(Layer1 Layer3 Layer4 Layer5). dep at: #Layer3 put: #(Layer1 Layer2 Layer4 Layer5).
view interaction dynamicEdgeToAll: [ :model | dep at: model ifAbsent: #() ] using: (ROLine red).
view shape rectangle withText. view nodes: #(Layer1 Layer2 Layer3 Layer4 Layer5). view circleLayout. -=-=-=-=-=-=-=-=-=-=
My mouse is above Layer1
Alexandre
On May 8, 2013, at 4:33 AM, stephane ducasse stephane.ducasse@free.fr wrote:
Yes having some libraries to select down edges and do not display or only when hover the edges coming back would be good.
Stef
On May 7, 2013, at 10:57 AM, Usman Bhatti usman.bhatti@gmail.com wrote:
Most of the time, the problem that we are confronted with graphs of software is to find a tree from a particular node: tracing all the dependent nodes of a root and ignoring reverse links, if any. That eliminates a lot of noise. We did some experimentation with Mathieu and we got simpler, more meaningful radial graphs. I'll try to share images when I have some time to breath.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev