scratch.tom.simpleGraph
Interface Edge.Directed<W>

All Superinterfaces:
Edge<W>
All Known Implementing Classes:
DirectedEdge
Enclosing interface:
Edge<V>

public static interface Edge.Directed<W>
extends Edge<W>

Directed adds two methods to Edge


Nested Class Summary
 
Nested classes/interfaces inherited from interface scratch.tom.simpleGraph.Edge
Edge.Directed<W>, Edge.Hyper<W>
 
Method Summary
 W getFirst()
           
 W getSecond()
           
 
Methods inherited from interface scratch.tom.simpleGraph.Edge
getEndpoints
 

Method Detail

getFirst

W getFirst()

getSecond

W getSecond()