Class DistributionGenerator
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGenerator
- 
- org.apache.tinkerpop.gremlin.algorithm.generator.DistributionGenerator
 
 
- 
- All Implemented Interfaces:
- Generator
 
 public class DistributionGenerator extends AbstractGenerator Generates a synthetic network for a given out- and (optionally) in-degree distribution.- Author:
- Matthias Broecheler (me@matthiasb.com), Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDistributionGenerator.Builder- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGeneratorAbstractGenerator.AbstractGeneratorBuilder<T extends AbstractGenerator.AbstractGeneratorBuilder>
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGeneratorg, seedSupplier
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DistributionGenerator.Builderbuild(Graph g)intgenerate()Generate the elements in the graph given the nature of the implementation and return the number of edges generated as a result.- 
Methods inherited from class org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGeneratoraddEdge, processVertex
 
- 
 
- 
- 
- 
Method Detail- 
generatepublic int generate() Description copied from interface:GeneratorGenerate 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
 
 - 
buildpublic static DistributionGenerator.Builder build(Graph g) 
 
- 
 
-