All Known Implementing Classes:
AbstractGenerator, CommunityGenerator, DistributionGenerator

public interface Generator
Interface for Graph generators.
Author:
Stephen Mallette (http://stephen.genoprime.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Generate the elements in the graph given the nature of the implementation and return the number of edges generated as a result.
  • Method Details

    • generate

      int generate()
      Generate the elements in the graph given the nature of the implementation and return the number of edges generated as a result.
      Returns:
      number of edges generated