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 classImplementation 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
Fields in org.jgrapht.alg.planar declared as PlanarityTestingAlgorithm.EmbeddingModifier and TypeFieldDescriptionprivate PlanarityTestingAlgorithm.Embedding<V, E> BoyerMyrvoldPlanarityInspector.embeddingThe resulting combinatorial embedding.Methods in org.jgrapht.alg.planar that return PlanarityTestingAlgorithm.EmbeddingModifier and TypeMethodDescriptionBoyerMyrvoldPlanarityInspector.getEmbedding()Computes combinatorial embedding of the inputgraph.private PlanarityTestingAlgorithm.Embedding<V, E> BoyerMyrvoldPlanarityInspector.lazyComputeEmbedding()Lazily computes a combinatorial embedding of thegraphby removing all the short-circuit edges and properly orienting the edges around the nodes.