Class PlanarityTestingAlgorithm.EmbeddingImpl<V,E>

java.lang.Object
org.jgrapht.alg.interfaces.PlanarityTestingAlgorithm.EmbeddingImpl<V,E>
Type Parameters:
V - the graph vertex type
E - 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>
  • Constructor Details

    • EmbeddingImpl

      public EmbeddingImpl(Graph<V,E> graph, Map<V,List<E>> embeddingMap)
      Creates new embedding of the graph
      Parameters:
      graph - the graph
      embeddingMap - map from vertices of graph to the clockwise order of edges
  • Method Details