Interface DirectedEdge<V>


public interface DirectedEdge<V>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getSource

      V getSource()
    • getDest

      V getDest()