N - Type of nodepublic class PathFinderRequestControl<N>
extends java.lang.Object
PathFinderRequestControl manages execution and resume of any interruptible PathFinderRequest.| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG |
| Constructor and Description |
|---|
PathFinderRequestControl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(PathFinderRequest<N> request)
Executes the given pathfinding request resuming it if needed.
|
public static final boolean DEBUG
public boolean execute(PathFinderRequest<N> request)
request - the pathfinding requesttrue if this operation has completed; false if more time is needed to complete.