Class DistributionGenerator
java.lang.Object
org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGenerator
org.apache.tinkerpop.gremlin.algorithm.generator.DistributionGenerator
- All Implemented Interfaces:
Generator
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 Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGenerator
AbstractGenerator.AbstractGeneratorBuilder<T extends AbstractGenerator.AbstractGeneratorBuilder> -
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGenerator
g, seedSupplier -
Method Summary
Modifier and TypeMethodDescriptionintgenerate()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.AbstractGenerator
addEdge, processVertex
-
Method Details
-
generate
public 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
-
build
-