| org.geotools.graph.path.Walk org.geotools.graph.path.Path
Path | public class Path extends Walk (Code) | | Represents a path in a graph. A path P is defined as a walk
in which there are no node repetitions.
author: Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net |
Method Summary | |
public boolean | isValid() Tests if the path is valid. |
isValid | public boolean isValid()(Code) | | Tests if the path is valid. A valid path satisfies two conditions:
1. Each pair of adjacent nodes share an edge.
2. There are no node repetitions.
|
|
|