V - The vertex typeE - The edge typepublic class CyclicSymmetricGraphDrawing<V extends Vertex,E extends Edge<V>>
extends java.lang.Object
| Constructor and Description |
|---|
CyclicSymmetricGraphDrawing(Graph<V,E> graph) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.List<V>> |
execute()
Executes the algorithm and automatically selects a suitable permutation
|
java.util.List<java.util.List<V>> |
execute(Permutation p)
Executes the algorithm using the provided permutation
|
public java.util.List<java.util.List<V>> execute(Permutation p)
p - Permutationpublic java.util.List<java.util.List<V>> execute()