google / depan

DepAn is a direct manipulation tool for visualization, analysis, and refactoring of dependencies in large applications.
http://google.github.io/depan
Apache License 2.0
89 stars 20 forks source link

Cleanup and extend the definition of Relations #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The current definition of a Relation
(com.google.devtools.depan.graph.api.Relation) only provides for the name
of forward and reverse traversal of the connection.

It should provide a name for the relation itself (versus the
relation-pickers use of reflection), names for the head and tail node, and
the existing names for the traversal directions.

This will be a pervasive change to all dependency models, the
relation-picker, and probably parts of other relation components
(RelationSets?)

Original issue reported on code.google.com by le...@google.com on 22 Jan 2009 at 3:36