helix.graph.algo
Class StarGenerator

java.lang.Object
  extended by helix.graph.algo.BasicGenerator
      extended by helix.graph.algo.StarGenerator
All Implemented Interfaces:
Generator

public class StarGenerator
extends BasicGenerator


Constructor Summary
StarGenerator(int nbVertices)
           
 
Method Summary
 Graph generate(GraphFactory factory)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarGenerator

public StarGenerator(int nbVertices)
Method Detail

generate

public Graph generate(GraphFactory factory)
Specified by:
generate in interface Generator
Overrides:
generate in class BasicGenerator