Class PlanarityTestingAlgorithm.EmbeddingImpl<V,E>
java.lang.Object
org.jgrapht.alg.interfaces.PlanarityTestingAlgorithm.EmbeddingImpl<V,E>
- Type Parameters:
V- the graph vertex typeE- the graph edge type
- All Implemented Interfaces:
PlanarityTestingAlgorithm.Embedding<V,E>
- Enclosing interface:
PlanarityTestingAlgorithm<V,E>
public static class PlanarityTestingAlgorithm.EmbeddingImpl<V,E>
extends Object
implements PlanarityTestingAlgorithm.Embedding<V,E>
Implementation of the
PlanarityTestingAlgorithm.Embedding.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
graph
-
embeddingMap
-
-
Constructor Details
-
EmbeddingImpl
-
-
Method Details
-
getEdgesAround
Returns the clockwise order of edges incident to thevertex- Specified by:
getEdgesAroundin interfacePlanarityTestingAlgorithm.Embedding<V,E> - Parameters:
vertex- the vertex whose incident edges are returned- Returns:
- the clockwise order of edges incident to the
vertex
-
getGraph
-
toString
-