public interface PathAdminService
| Modifier and Type | Method and Description |
|---|---|
void |
setDefaultGraphPathSearch(org.onlab.graph.GraphPathSearch<TopologyVertex,TopologyEdge> graphPathSearch)
Sets the specified graph path search algorightm to be used as a default.
|
void |
setDefaultLinkWeight(LinkWeight linkWeight)
Sets the specified link-weight function to be used as a default.
|
void setDefaultLinkWeight(LinkWeight linkWeight)
linkWeight - default link-weight functionvoid setDefaultGraphPathSearch(org.onlab.graph.GraphPathSearch<TopologyVertex,TopologyEdge> graphPathSearch)
graphPathSearch - default graph path search algorithm