| Package | Description |
|---|---|
| org.onlab.graph |
Graph abstractions and graph path finding algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DepthFirstSearch.SpanningTreeResult
Graph search result which includes edge classification for building
a spanning tree.
|
protected class |
KShortestPathsSearch.InnerOrderedResult
A result modified to return paths ordered according to the provided comparator.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DepthFirstSearch.isForwardEdge(AbstractGraphPathSearch.DefaultResult result,
E edge)
Determines whether the specified edge is a forward edge using the
accumulated set of parent edges for each vertex.
|
Copyright © 2016. All rights reserved.