public class DepthFirstSearch.SpanningTreeResult extends AbstractGraphPathSearch.DefaultResult
| Modifier and Type | Field and Description | 
|---|---|
protected Map<E,DepthFirstSearch.EdgeType> | 
edges  | 
costs, maxPaths, parents, paths| Constructor and Description | 
|---|
SpanningTreeResult(V src,
                  V dst,
                  int maxPaths)
Creates a new spanning tree result. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<E,DepthFirstSearch.EdgeType> | 
edges()
Returns the map of edge type. 
 | 
buildPaths, costs, dst, parents, paths, srcprotected final Map<E extends Edge<V>,DepthFirstSearch.EdgeType> edges
public Map<E,DepthFirstSearch.EdgeType> edges()