Uses of Interface
annas.graph.generate.GraphGenerator

Packages that use GraphGenerator
annas.graph.generate   
 

Uses of GraphGenerator in annas.graph.generate
 

Classes in annas.graph.generate that implement GraphGenerator
 class CompleteGraphGenerator<N,A extends ArcInterface<N>>
          Generates a Complete Graph @see shown here
 class EmptyGraphGenerator<N,A extends ArcInterface<N>>
          Generates an empty Graph @see shown here
 class HyperGraphGenerator<N,A extends ArcInterface<N>>
          Generates a Hyper Graph @see shown here
 class LinearGraphGenerator<N,A extends ArcInterface<N>>
          Generates a linear Graph, a straight line graph
 class RingGraphGenerator<N,A extends ArcInterface<N>>
          Generates a Ring Graph
 class StarGraphGenerator<N,A extends ArcInterface<N>>
          Generates a Star Graph @see shown here
 class WheelGraphGenerator<N,A extends ArcInterface<N>>
          Generates a Wheel Graph @see shown here