public class GraphUtils
extends java.lang.Object
Constructor and Description |
---|
GraphUtils() |
Modifier and Type | Method and Description |
---|---|
static <V,E extends DirectedEdge<V>> |
doSomethingThatNeedsDirectedGraph(Graph<V,E> graph) |
static <V,E extends Edge> |
getDegree(Graph<V,E> graph,
V vertex) |
static <V,E extends Edge> |
getNeighbors(Graph<V,E> graph,
V vertex) |
public static <V,E extends DirectedEdge<V>> void doSomethingThatNeedsDirectedGraph(Graph<V,E> graph)