Uses of Class
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.KSlimGraphElement

Packages that use KSlimGraphElement
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph Slim graph representation for undirected graphs, used in many graph algorithms. 
 

Uses of KSlimGraphElement in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph
 

Subclasses of KSlimGraphElement in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph
 class KSlimEdge
          An edge in the slim graph structure.
 class KSlimFace
          A face in the slim graph structure.
 class KSlimNode
          A node in the slim graph structure.
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph with parameters of type KSlimGraphElement
 int KSlimGraphElement.compareTo(KSlimGraphElement other)
          Compares this with another Object.