public interface PathAdminService
| Modifier and Type | Method and Description | 
|---|---|
void | 
setDefaultGraphPathSearch(GraphPathSearch<TopologyVertex,TopologyEdge> graphPathSearch)
Sets the specified graph path search algorightm to be used as a default. 
 | 
void | 
setDefaultLinkWeigher(LinkWeigher linkWeigher)
Sets the specified link-weight function to be used as a default. 
 | 
void setDefaultLinkWeigher(LinkWeigher linkWeigher)
linkWeigher - link-weight function to be used as defaultvoid setDefaultGraphPathSearch(GraphPathSearch<TopologyVertex,TopologyEdge> graphPathSearch)
graphPathSearch - default graph path search algorithm