Package org.openscience.cdk.graph
Class BFSShortestPath
- java.lang.Object
-
- org.openscience.cdk.graph.BFSShortestPath
-
@Deprecated public final class BFSShortestPath extends Object
Deprecated.UseShortestPaths
Utility class that finds the shortest bond path between two atoms using a breadth first search.- Author:
- Ulrich Bauer <ulrich.bauer@alumni.tum.de>
- Source code:
- main
- Belongs to CDK module:
- standard
- Created on:
- 2004-10-19
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List<org._3pq.jgrapht.Edge>
findPathBetween(org._3pq.jgrapht.Graph graph, Object startVertex, Object endVertex)
Deprecated.
-