Interface Generator
- 
- All Known Implementing Classes:
- AbstractGenerator,- CommunityGenerator,- DistributionGenerator
 
 public interface GeneratorInterface for Graph generators.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgenerate()Generate the elements in the graph given the nature of the implementation and return the number of edges generated as a result.
 
-