public class CanonicalOrdering
extends java.lang.Object
| Constructor and Description |
|---|
CanonicalOrdering() |
| Modifier and Type | Method and Description |
|---|---|
static <V extends Vertex,E extends Edge<V>> |
calculateOrdering(Graph<V,E> graph) |
public static <V extends Vertex,E extends Edge<V>> java.util.Map<V,java.lang.Integer> calculateOrdering(Graph<V,E> graph) throws CannotBeAppliedException
CannotBeAppliedException