Class AbstractGenerator
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGenerator
-
- All Implemented Interfaces:
Generator
- Direct Known Subclasses:
CommunityGenerator
,DistributionGenerator
public abstract class AbstractGenerator extends Object implements Generator
Base class for all synthetic network generators.- Author:
- Matthias Broecheler (me@matthiasb.com), Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractGenerator.AbstractGeneratorBuilder<T extends AbstractGenerator.AbstractGeneratorBuilder>
-
Field Summary
Fields Modifier and Type Field Description protected Graph
g
protected Supplier<Long>
seedSupplier
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Edge
addEdge(Vertex out, Vertex in)
protected Vertex
processVertex(Vertex vertex, Map<String,Object> context)
-