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