Uses of Class
scratch.tom.simpleGraph.DirectedEdge

Packages that use DirectedEdge
scratch.tom.simpleGraph   
 

Uses of DirectedEdge in scratch.tom.simpleGraph
 

Methods in scratch.tom.simpleGraph with type parameters of type DirectedEdge
static
<V,E extends DirectedEdge<V>>
void
GraphUtils.doSomethingThatNeedsDirectedGraph(Graph<V,E> graph)
           
 

Method parameters in scratch.tom.simpleGraph with type arguments of type DirectedEdge
 void Main.needDirectedGraphHere(Graph<? extends Object,? extends DirectedEdge> directedGraph)