Uses of Class
de.cau.cs.kieler.core.slimgraph.KGraphSection

Packages that use KGraphSection
de.cau.cs.kieler.core.slimgraph.alg Algorithms for the slim graph data structure. 
 

Uses of KGraphSection in de.cau.cs.kieler.core.slimgraph.alg
 

Methods in de.cau.cs.kieler.core.slimgraph.alg with parameters of type KGraphSection
 boolean HopcroftTarjanPlanarityTester.isPlanar(KGraphSection thebiconnectedSection)
          Tests planarity of the given biconnected graph section.
 boolean IPlanarityTester.isPlanar(KGraphSection biconnectedSection)
          Tests planarity of the given biconnected graph section.