Package org.openscience.cdk.graph
Class BFSShortestPath
java.lang.Object
org.openscience.cdk.graph.BFSShortestPath
Deprecated.
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
Modifier and TypeMethodDescriptionstatic List<org._3pq.jgrapht.Edge>
findPathBetween
(org._3pq.jgrapht.Graph graph, Object startVertex, Object endVertex) Deprecated.
ShortestPaths