Uses of Interface
org.jgrapht.alg.interfaces.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
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.