> It would be nice to be able to identify the client class and the target
> feature in a supplier class and ask
> 1. Are there already any paths between these two classes?
> 2. If not, what is the tree of paths from the client class, and
> 3. what is the tree of paths to the supplier class?
You can use the metric tool and/or dependency tool to find this kind of
information. The dependency tool is actually quite good at giving a quick overview
of relations. Simply drop a class and you will see either what the class is using
or who is using the class. If you expand the nodes, you can even go down to the
line where the relation is. The metric tool will give you more control over the
scope of the dependency.
Regards,
Manu