public interface NodeContractor
Modifier and Type | Method and Description |
---|---|
float |
calculatePriority(int node)
Calculates the priority of a node without changing the graph.
|
void |
close() |
com.carrotsearch.hppc.IntContainer |
contractNode(int node)
Adds the required shortcuts for the given node.
|
void |
finishContraction() |
long |
getAddedShortcutsCount() |
float |
getDijkstraSeconds() |
String |
getStatisticsString() |
void |
initFromGraph() |
void initFromGraph()
void close()
float calculatePriority(int node)
com.carrotsearch.hppc.IntContainer contractNode(int node)
void finishContraction()
long getAddedShortcutsCount()
String getStatisticsString()
float getDijkstraSeconds()
Copyright © 2012–2022. All rights reserved.