Interface RoutingGraphOperations<R>
public interface RoutingGraphOperations<R>
-
Method Summary
Modifier and TypeMethodDescriptionscala.Option<Object>getEdgeIndex(R routingGraph, VertexIndex startVertexIndex, scala.Tuple2<PartitionId, VertexIndex> endVertex) intnumberOfEdges(R routingGraph) partitionId(R routingGraph)
-
Method Details
-
getEdgeIndex
scala.Option<Object> getEdgeIndex(R routingGraph, VertexIndex startVertexIndex, scala.Tuple2<PartitionId, VertexIndex> endVertex) -
numberOfEdges
-
partitionId
-