Uses of Interface
ix.util.BoundedGraph

Packages that use BoundedGraph
ix.util General-purpose utilities. 
 

Uses of BoundedGraph in ix.util
 

Methods in ix.util that return BoundedGraph
static BoundedGraph Graphs.makeBoundedGraph(DirectedGraph g)
          Makes a BoundedGraph from a DirectedGraph by adding start and finish nodes.
static BoundedGraph Graphs.makeBoundedGraph(DirectedGraph g, Function0 nodeFactory)
          Makes a BoundedGraph from a DirectedGraph by adding start and finish nodes.