Uses of Interface
org.jgrapht.alg.interfaces.PlanarityTestingAlgorithm.Embedding
Package
Description
Algorithm related interfaces.
Algorithms for testing planarity of the graphs
-
Uses of PlanarityTestingAlgorithm.Embedding in org.jgrapht.alg.interfaces
Modifier and TypeClassDescriptionstatic class
Implementation of thePlanarityTestingAlgorithm.Embedding
.Modifier and TypeMethodDescriptionPlanarityTestingAlgorithm.getEmbedding()
Computes combinatorial embedding of the inputgraph
. -
Uses of PlanarityTestingAlgorithm.Embedding in org.jgrapht.alg.planar
Modifier and TypeMethodDescriptionBoyerMyrvoldPlanarityInspector.getEmbedding()
Computes combinatorial embedding of the inputgraph
.