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() |
void |
contractNode(int node)
Adds the required shortcuts for the given node.
|
long |
getAddedShortcutsCount() |
long |
getDijkstraCount() |
float |
getDijkstraSeconds() |
String |
getStatisticsString() |
void |
initFromGraph() |
void |
prepareContraction() |
void initFromGraph()
void close()
float calculatePriority(int node)
void contractNode(int node)
long getAddedShortcutsCount()
String getStatisticsString()
long getDijkstraCount()
float getDijkstraSeconds()
void prepareContraction()
Copyright © 2012–2020. All rights reserved.