Interface PropertyGraph.Edge<ID>

Type Parameters:
ID - type of identifier
All Known Implementing Classes:
AbstractPropertyGraph.SimpleEdge
Enclosing interface:
PropertyGraph<ID>

public static interface PropertyGraph.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.