public class BFS_ShortestPath extends Object
| Constructor and Description |
|---|
BFS_ShortestPath() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBFS_ShortestPath(org.jgrapht.graph.SimpleDirectedWeightedGraph<Inet4Address,es.tid.tedb.IntraDomainEdge> IPGraph,
Inet4Address node_src,
Inet4Address node_src_BFS,
int number_Hops_BFS) |
public static int getBFS_ShortestPath(org.jgrapht.graph.SimpleDirectedWeightedGraph<Inet4Address,es.tid.tedb.IntraDomainEdge> IPGraph, Inet4Address node_src, Inet4Address node_src_BFS, int number_Hops_BFS)
Copyright © 2016. All rights reserved.