Class EdgeId
-
- All Implemented Interfaces:
public final class EdgeId
-
-
Field Summary
Fields Modifier and Type Field Description private final VertexSlotIdsourceprivate final VertexSlotIddestination
-
Constructor Summary
Constructors Constructor Description EdgeId(VertexSlotId source, VertexSlotId destination)
-
Method Summary
Modifier and Type Method Description final VertexSlotIdgetSource()final VertexSlotIdgetDestination()-
-
Constructor Detail
-
EdgeId
EdgeId(VertexSlotId source, VertexSlotId destination)
-
-
Method Detail
-
getSource
final VertexSlotId getSource()
-
getDestination
final VertexSlotId getDestination()
-
-
-
-