public class GraphInverter extends Object
Constructor and Description |
---|
GraphInverter() |
Modifier and Type | Method and Description |
---|---|
static <T> Graph<T> |
invert(Graph<T> G) |
static <T> NumberedGraph<T> |
invert(NumberedGraph<T> G) |
public static <T> NumberedGraph<T> invert(NumberedGraph<T> G)