Uses of Interface
org.jgrapht.alg.interfaces.PlanarityTestingAlgorithm.Embedding
-
Packages that use PlanarityTestingAlgorithm.Embedding Package Description org.jgrapht.alg.interfaces Algorithm related interfaces.org.jgrapht.alg.planar 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.Embedding Modifier and Type Class Description static classPlanarityTestingAlgorithm.EmbeddingImpl<V,E>Implementation of thePlanarityTestingAlgorithm.Embedding.Methods in org.jgrapht.alg.interfaces that return PlanarityTestingAlgorithm.Embedding Modifier and Type Method Description PlanarityTestingAlgorithm.Embedding<V,E>PlanarityTestingAlgorithm. 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.Embedding Modifier and Type Field Description private PlanarityTestingAlgorithm.Embedding<V,E>BoyerMyrvoldPlanarityInspector. embeddingThe resulting combinatorial embedding.Methods in org.jgrapht.alg.planar that return PlanarityTestingAlgorithm.Embedding Modifier and Type Method Description PlanarityTestingAlgorithm.Embedding<V,E>BoyerMyrvoldPlanarityInspector. 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.
-