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() | 
| long | getDijkstraCount() | 
| float | getDijkstraSeconds() | 
| String | getStatisticsString() | 
| void | initFromGraph() | 
| void | prepareContraction() | 
void initFromGraph()
void close()
float calculatePriority(int node)
com.carrotsearch.hppc.IntContainer contractNode(int node)
void finishContraction()
long getAddedShortcutsCount()
String getStatisticsString()
long getDijkstraCount()
float getDijkstraSeconds()
void prepareContraction()
Copyright © 2012–2020. All rights reserved.