Package | Description |
---|---|
org.eclipse.jetty.deploy.graph |
Modifier and Type | Method and Description |
---|---|
Path |
Path.forkPath() |
Path |
Graph.getPath(Node from,
Node to)
Using BFS (Breadth First Search) return the path from a any arbitrary node to any other.
|
Path |
Graph.getPath(java.lang.String nodeNameOrigin,
java.lang.String nodeNameDest)
Convenience method for
Graph.getPath(Node, Node) |
Copyright © 2012. All Rights Reserved.