02c44adede
* Simplifying graph by removing pre-* nodes from default * Adding GraphOutput interface to output graph to whatever you want * Adding GraphOutputDot to dump graph to graphviz dot file format * Adding new Graph.insert(Edge,Node) to allow for arbitrary graph modification. * Changing Graph.getPath() to return NodePath instead of List<Node> to give some routines to get an Edge on the path via an index. * Modifying test case to show Graph.insert(Edge,Node) in use, along with new NodePath Graph.getPath() behavior. git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1132 7e9141cc-0065-0410-87d8-b60c137991c4 |
||
---|---|---|
.. | ||
src | ||
pom.xml |