org.geotools.graph.build.basic
Class BasicDirectedGraphGenerator

Object
  extended by BasicGraphGenerator
      extended by 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
Module:

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

Constructor Detail

BasicDirectedGraphGenerator

public BasicDirectedGraphGenerator()
Constructs a new generator.



Copyright © 1996-2009 Geotools. All Rights Reserved.