V - The vertex typeE - The edge typepublic abstract class PlanarityTestingAlgorithm<V extends Vertex,E extends Edge<V>>
extends java.lang.Object
| Constructor and Description |
|---|
PlanarityTestingAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isPlannar(Graph<V,E> graph)
Determines if the graph is planar
|