org.geotools.graph.path
Class ExhaustivePathFinder

java.lang.Object
  extended byorg.geotools.graph.path.ExhaustivePathFinder

public class ExhaustivePathFinder
extends java.lang.Object


Field Summary
static int CONTINUE_PATH
           
static int END_PATH_AND_CONTINUE
           
static int END_PATH_AND_STOP
           
static int KILL_PATH
           
 
Constructor Summary
ExhaustivePathFinder()
           
ExhaustivePathFinder(int maxitr, int maxplen)
           
 
Method Summary
 Path getPath(Node from, Node to)
           
 java.util.List getPaths(Node from, GraphVisitor visitor)
           
 java.util.List getPaths(Node from, Node to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTINUE_PATH

public static final int CONTINUE_PATH
See Also:
Constant Field Values

END_PATH_AND_CONTINUE

public static final int END_PATH_AND_CONTINUE
See Also:
Constant Field Values

END_PATH_AND_STOP

public static final int END_PATH_AND_STOP
See Also:
Constant Field Values

KILL_PATH

public static final int KILL_PATH
See Also:
Constant Field Values
Constructor Detail

ExhaustivePathFinder

public ExhaustivePathFinder()

ExhaustivePathFinder

public ExhaustivePathFinder(int maxitr,
                            int maxplen)
Method Detail

getPath

public Path getPath(Node from,
                    Node to)

getPaths

public java.util.List getPaths(Node from,
                               Node to)

getPaths

public java.util.List getPaths(Node from,
                               GraphVisitor visitor)


Copyright © GeoTools. All Rights Reserved.