public class DepthFirstSearch.SpanningTreeResult extends AbstractGraphPathSearch.DefaultResult
Modifier and Type | Field and Description |
---|---|
protected java.util.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 |
---|---|
java.util.Map<E,DepthFirstSearch.EdgeType> |
edges()
Returns the map of edge type.
|
buildPaths, costs, dst, parents, paths, src
protected final java.util.Map<E extends Edge<V>,DepthFirstSearch.EdgeType> edges
public java.util.Map<E,DepthFirstSearch.EdgeType> edges()