public class DistributionGenerator extends AbstractGenerator
Modifier and Type | Class and Description |
---|---|
static class |
DistributionGenerator.Builder |
AbstractGenerator.AbstractGeneratorBuilder<T extends AbstractGenerator.AbstractGeneratorBuilder>
g, seedSupplier
Modifier and Type | Method and Description |
---|---|
static DistributionGenerator.Builder |
build(Graph g) |
int |
generate()
Generate the elements in the graph given the nature of the implementation and return the number of
edges generated as a result.
|
addEdge, processVertex
public int generate()
Generator
public static DistributionGenerator.Builder build(Graph g)
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.