| Package | Description |
|---|---|
| org.onlab.graph |
Graph abstractions and graph path finding algorithms.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<E,DepthFirstSearch.EdgeType> |
DepthFirstSearch.SpanningTreeResult.edges |
| Modifier and Type | Method and Description |
|---|---|
static DepthFirstSearch.EdgeType |
DepthFirstSearch.EdgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DepthFirstSearch.EdgeType[] |
DepthFirstSearch.EdgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<E,DepthFirstSearch.EdgeType> |
DepthFirstSearch.SpanningTreeResult.edges()
Returns the map of edge type.
|
Copyright © 2016. All rights reserved.