public class ExhaustivePathFinder extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CONTINUE_PATH |
static int |
END_PATH_AND_CONTINUE |
static int |
END_PATH_AND_STOP |
static int |
KILL_PATH |
Constructor and Description |
---|
ExhaustivePathFinder() |
ExhaustivePathFinder(int maxitr,
int maxplen) |
Modifier and Type | Method and Description |
---|---|
Path |
getPath(Node from,
Node to) |
List |
getPaths(Node from,
GraphVisitor visitor) |
List |
getPaths(Node from,
Node to) |
public static final int CONTINUE_PATH
public static final int END_PATH_AND_CONTINUE
public static final int END_PATH_AND_STOP
public static final int KILL_PATH
Copyright © 1996–2019 Geotools. All rights reserved.