Interface Graph.Edge<ID>

  • Type Parameters:
    ID - type of identifier
    All Known Implementing Classes:
    AbstractGraph.SimpleEdge
    Enclosing interface:
    Graph<ID>

    public static interface Graph.Edge<ID>
    An edge between two vertices in a graph. Edge direction depends on graph type. If the graph is directed isDirected() will return true.