org.geotools.graph.build.basic
Class BasicDirectedGraphGenerator

java.lang.Object
  extended byorg.geotools.graph.build.basic.BasicGraphGenerator
      extended byorg.geotools.graph.build.basic.BasicDirectedGraphGenerator
All Implemented Interfaces:
GraphGenerator

public class BasicDirectedGraphGenerator
extends BasicGraphGenerator

An implementation of GraphGenerator used to generate directed graphs. Graphs are generated as follows:

Author:
Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net

Constructor Summary
BasicDirectedGraphGenerator()
          Constructs a new generator.
 
Methods inherited from class org.geotools.graph.build.basic.BasicGraphGenerator
add, get, getGraph, getGraphBuilder, remove, setGraphBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicDirectedGraphGenerator

public BasicDirectedGraphGenerator()
Constructs a new generator.



Copyright © GeoTools. All Rights Reserved.