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 SummaryNested Classes Modifier and Type Class Description static classAbstractGenerator.AbstractGeneratorBuilder<T extends AbstractGenerator.AbstractGeneratorBuilder>
 - 
Field SummaryFields Modifier and Type Field Description protected Graphgprotected Supplier<Long>seedSupplier
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EdgeaddEdge(Vertex out, Vertex in)protected VertexprocessVertex(Vertex vertex, Map<String,Object> context)
 
-