Package | Description |
---|---|
scratch.tom.simpleGraph |
Modifier and Type | Method and Description |
---|---|
static <V,E extends DirectedEdge<V>> |
GraphUtils.doSomethingThatNeedsDirectedGraph(Graph<V,E> graph) |
Modifier and Type | Method and Description |
---|---|
void |
Main.needDirectedGraphHere(Graph<? extends java.lang.Object,? extends DirectedEdge> directedGraph) |