Interface Edge<E>

Type Parameters:
E - type for associated element stored with edge

public interface Edge<E>
An edge of a graph.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the element associated with the edge.
  • Method Details

    • getElement

      E getElement()
      Returns the element associated with the edge.