Class BFSShortestPath


  • @Deprecated
    public final class BFSShortestPath
    extends Object
    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 Detail

      • findPathBetween

        public static List<org._3pq.jgrapht.Edge> findPathBetween​(org._3pq.jgrapht.Graph graph,
                                                                  Object startVertex,
                                                                  Object endVertex)
        Deprecated.