| BasicDirectedLineGraphBuilder | 
 An implementation of GraphBuilder extended from BasicDirectedGraphBuilder used to build graphs representing directed
 line networks. 
 | 
| BasicDirectedLineGraphGenerator | 
 An implementation of GraphGenerator used to generate a graph representing a directed line network. 
 | 
| BasicLineGraphBuilder | 
 An implementation of GraphBuilder extended from BasicGraphBuilder used to build graphs representing line networks. 
 | 
| BasicLineGraphGenerator | 
 An implementation of GraphGenerator used to generate a graph representing a line network. 
 | 
| DirectedLineStringGraphGenerator | 
  | 
| LineStringGraphGenerator | 
 Builds a graph representing a line network in which edges in the network are represented by LineString geometries. 
 | 
| OptDirectedLineGraphBuilder | 
 An inmplementation extended from OptDirectedGraphBuilder used to build optimized directed components for line
 networks. 
 | 
| OptDirectedLineGraphGenerator | 
 An implementation of GraphGenerator used to generate an optimized graph representing a line network. 
 | 
| OptLineGraphBuilder | 
 An inmplementation extended from OptGraphBuilder used to build optimized components for line networks. 
 | 
| OptLineGraphGenerator | 
 An implementation of GraphGenerator used to generate an optimized graph representing a line network. 
 |