An object that can generate unique identifiers for edges. See BaseGraph.Class.setEdgeIdGenerator.
Generates a unique identifier for a new edge.
The graph that the edge belongs to.
The source node of the edge.
The target node of the edge.
A unique identifier for the new edge.
An object that can generate unique identifiers for edges. See BaseGraph.Class.setEdgeIdGenerator.