agl2
Interface DirectedEdge

All Superinterfaces:
Edge
All Known Implementing Classes:
DirectedEdgeImpl

public interface DirectedEdge
extends Edge

The DirectedEdge description.


Method Summary
 java.lang.Object getSink()
           
 java.lang.Object getSource()
           
 DirectedEdge reverse()
           
 
Methods inherited from interface agl2.Edge
getVertexA, getVertexB
 

Method Detail

getSource

public java.lang.Object getSource()
Returns:
the initial vertex of the edge

getSink

public java.lang.Object getSink()
Returns:
the terminal vertex of the edge

reverse

public DirectedEdge reverse()