Package annas.graph.generate

Interface Summary
GraphGenerator<N,A extends ArcInterface<N>> Interface all Graph generating classes should implement.
 

Class Summary
CompleteGraphGenerator<N,A extends ArcInterface<N>> Generates a Complete Graph @see shown here
EmptyGraphGenerator<N,A extends ArcInterface<N>> Generates an empty Graph @see shown here
HyperGraphGenerator<N,A extends ArcInterface<N>> Generates a Hyper Graph @see shown here
LinearGraphGenerator<N,A extends ArcInterface<N>> Generates a linear Graph, a straight line graph
RingGraphGenerator<N,A extends ArcInterface<N>> Generates a Ring Graph
StarGraphGenerator<N,A extends ArcInterface<N>> Generates a Star Graph @see shown here
WheelGraphGenerator<N,A extends ArcInterface<N>> Generates a Wheel Graph @see shown here