Package de.cau.cs.kieler.klodd.hierarchical.structures

The layered graph data structure used internally by the hierarchical dataflow layout algorithm.

See:
          Description

Class Summary
ElementLoop Loop over a single layer element in a layered graph.
Layer A single Layer used in a layered graph.
LayerConnection Connection between two layer elements in a layered graph.
LayeredGraph This structure manages the layering of an acyclic directed graph.
LayerElement A layer element representing a node or a long edge in the layered graph.
LinearSegment A linear segment of layer elements that represents a long edge in a layered graph.
RoutingSlot A routing slot is a place in which layer connections can be routed.
 

Package de.cau.cs.kieler.klodd.hierarchical.structures Description

The layered graph data structure used internally by the hierarchical dataflow layout algorithm.