Uses of Package
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph

Packages that use de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph
de.cau.cs.kieler.klodd.hierarchical Base package of the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.impl Implementation of the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.modules Definition of the different modules used by the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.structures The layered graph data structure used internally by the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph Slim graph representation for undirected graphs, used in many graph algorithms. 
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.alg Algorithms for the slim graph data structure. 
 

Classes in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph used by de.cau.cs.kieler.klodd.hierarchical
KSlimGraph
          The general-purpose slim graph structure.
 

Classes in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph used by de.cau.cs.kieler.klodd.hierarchical.impl
KSlimGraph
          The general-purpose slim graph structure.
 

Classes in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph used by de.cau.cs.kieler.klodd.hierarchical.modules
KSlimGraph
          The general-purpose slim graph structure.
 

Classes in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph used by de.cau.cs.kieler.klodd.hierarchical.structures
KSlimEdge
          An edge in the slim graph structure.
KSlimGraph
          The general-purpose slim graph structure.
KSlimNode
          A node in the slim graph structure.
 

Classes in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph used by de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph
KSlimEdge
          An edge in the slim graph structure.
KSlimEdge.Bend
          Definition of an edge bend for orthogonal drawing.
KSlimEdge.Bend.Type
          Type of edge bend, from the perspective of the source node.
KSlimFace
          A face in the slim graph structure.
KSlimFace.BorderEntry
          An entry of a list associated with a face.
KSlimGraph
          The general-purpose slim graph structure.
KSlimGraphElement
          An element of a slim graph, which can be a node, an edge or a face.
KSlimNode
          A node in the slim graph structure.
KSlimNode.IncEntry
          Single entry of a incidence list.
KSlimNode.IncEntry.Type
          type of incidence entry: incoming or outgoing edge.
KSlimNode.Side
          Definition of sides of a node.
 

Classes in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph used by de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.alg
KSlimEdge
          An edge in the slim graph structure.
KSlimGraph
          The general-purpose slim graph structure.