Interface Graph.Edge<V>

All Known Implementing Classes:
Edge, NetworkGraph.NetworkEdge
Enclosing interface:
Graph<V>

public static interface Graph.Edge<V>
Represents an edge in a graph.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • source

      V source()
    • target

      V target()