java.lang.Object
com.github.moaxcp.graphs.EdgeKey<ID>
com.github.moaxcp.graphs.DirectedEdgeKey<ID>
- Type Parameters:
ID
- type of identifier
Used by directed implementations of
AbstractPropertyGraph
. AbstractGraph uses instances of this class as identifiers
for Edges in the graph.-
Constructor Summary
ConstructorsConstructorDescriptionDirectedEdgeKey
(ID from, ID to) Creates a DirectedEdgeKey with given from and to params. -
Method Summary
-
Constructor Details
-
DirectedEdgeKey
Creates a DirectedEdgeKey with given from and to params.- Parameters:
from
- id of vertexto
- id of vertex
-
-
Method Details