public interface RecalculationHook
| Modifier and Type | Method and Description |
|---|---|
void |
afterHeuristicChange(boolean forward,
boolean backward)
Call this method after the heuristic has changed and graph exploration should continue.
|
int |
getVisitedNodes() |
void afterHeuristicChange(boolean forward,
boolean backward)
UnsupportedOperationException - if change of heuristic is not supported from the underlying algorithm.int getVisitedNodes()
Copyright © 2012–2018. All rights reserved.