Package org.geotools.graph.path
Class ExhaustivePathFinder
- Object
- 
- ExhaustivePathFinder
 
- 
 public class ExhaustivePathFinder extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static intCONTINUE_PATHstatic intEND_PATH_AND_CONTINUEstatic intEND_PATH_AND_STOPstatic intKILL_PATH
 - 
Constructor SummaryConstructors Constructor Description ExhaustivePathFinder()ExhaustivePathFinder(int maxitr, int maxplen)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetPath(Node from, Node to)ListgetPaths(Node from, GraphVisitor visitor)ListgetPaths(Node from, Node to)
 
- 
- 
- 
Field Detail- 
CONTINUE_PATHpublic static final int CONTINUE_PATH - See Also:
- Constant Field Values
 
 - 
END_PATH_AND_CONTINUEpublic static final int END_PATH_AND_CONTINUE - See Also:
- Constant Field Values
 
 - 
END_PATH_AND_STOPpublic static final int END_PATH_AND_STOP - See Also:
- Constant Field Values
 
 - 
KILL_PATHpublic static final int KILL_PATH - See Also:
- Constant Field Values
 
 
- 
 
-