Class DepthFirstSearch.SpanningTreeResult

    • Constructor Detail

      • SpanningTreeResult

        public SpanningTreeResult​(V src,
                                  V dst,
                                  int maxPaths)
        Creates a new spanning tree result.
        Parameters:
        src - search source
        dst - optional search destination
        maxPaths - limit on the number of paths
    • Method Detail

      • edges

        public java.util.Map<E,​DepthFirstSearch.EdgeType> edges()
        Returns the map of edge type.
        Returns:
        edge to edge type bindings