Package com.ibm.wala.util.graph.traverse
Interface FloydWarshall.GetPaths<T>
-
- Enclosing class:
- FloydWarshall<T>
public static interface FloydWarshall.GetPaths<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.util.List<T>>
getPaths(T from, T to)
-