Package de.frag.umlplugin.codenavigator.graph

Classes used for creation of graphs needed for graphical navigator are contained in this package.

See:
          Description

Class Summary
DataProviderKeys Data provider keys for special dependency node and edge maps.
Graph2DViewBuilder Creates and initializes a Graph2DView object.
GraphBuilder Builds simple UML graphs for a single central class and several other classes around this central class.
GraphBuilder.EdgeInfo Stores additional edge information.
GraphBuilder.NodeInfo Stores additional node information.
GraphicalNavigationLayouter Layouter that computes a layout for UML diagrams with only one class in the middle and several other classes that use the central class or are used by the central class.
GraphUtils Graph related utilities.
 

Enum Summary
DependencyType Enumeration of all possible class dependency types.
 

Package de.frag.umlplugin.codenavigator.graph Description

Classes used for creation of graphs needed for graphical navigator are contained in this package.