Package | Description |
---|---|
scratch.tom.simpleGraph |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraph<V,E extends Edge<V>>
an example implementation of Graph
|
Modifier and Type | Method and Description |
---|---|
static <V,E extends DirectedEdge<V>> |
GraphUtils.doSomethingThatNeedsDirectedGraph(Graph<V,E> graph) |
static <V,E extends Edge> |
GraphUtils.getDegree(Graph<V,E> graph,
V vertex) |
static <V,E extends Edge> |
GraphUtils.getNeighbors(Graph<V,E> graph,
V vertex) |
void |
Main.needDirectedGraphHere(Graph<? extends java.lang.Object,? extends DirectedEdge> directedGraph) |