Package de.frag.umlplugin.classcloud

This package contains classes that analyze dependencies between classes and compute a layout that is able to display several hundred or even several thousand classes in a single diagram.

See:
          Description

Class Summary
BidirectionalMultiMap<E1,E2> Bidirectional map that provides access to pairs of values that each can be used as key or value.
Cell Single cell in an ordered grid of class cloud cells.
CellCoordinate Simple coordinate pair in an ordered cell grid.
ClassCloud Handles creation and presentation of class clouds.
ClassCloudData Manages data associated to class cloud node.
CloudLayouter Layouter for class clouds.
ColorComputer Computes colors for class cloud nodes.
DelayedExecutor Executes tasks with a given delay.
Grid Regular grid that is used as intermediate storage for class cloud cells.
ProjectDependenciesAnalyzer Analyzes dependencies between several classes in a project.
ProjectDependenciesAnalyzer.DependencyInfo Dependency information for single class in class cloud.
TestBidirectionalMap Tests BidirectionalMap class.
TestGrid Tests grid class.
 

Package de.frag.umlplugin.classcloud Description

This package contains classes that analyze dependencies between classes and compute a layout that is able to display several hundred or even several thousand classes in a single diagram.

This static class diagram shows the class cloud classes and their relations: UML diagram.