V - The vertex typeE - The edge typepublic class FraysseixMendezPlanarity<V extends Vertex,E extends Edge<V>> extends PlanarityTestingAlgorithm<V,E>
| Constructor and Description |
|---|
FraysseixMendezPlanarity() |
| Modifier and Type | Method and Description |
|---|---|
Path<V,E> |
findFundamentalCycle(DFSTree<V,E> tree,
E edge)
Implementation of the procedure for finding a fundamental cycle
|
boolean |
isPlannar(Graph<V,E> graph)
Determines if the graph is planar
|
public boolean isPlannar(Graph<V,E> graph)
PlanarityTestingAlgorithm