Package org.savantbuild.util
Interface Graph.Path<T>
- Type Parameters:
T- The node type.
- All Known Implementing Classes:
Graph.BasePath
public static interface Graph.Path<T>
Defines a path between two nodes in the graph.
-
Method Summary
-
Method Details
-
get
- Returns:
- The path.
-