public abstract class AbstractGenerator extends Object implements Generator
Modifier and Type | Class and Description |
---|---|
static class |
AbstractGenerator.AbstractGeneratorBuilder<T extends AbstractGenerator.AbstractGeneratorBuilder> |
Modifier and Type | Field and Description |
---|---|
protected Graph |
g |
protected Supplier<Long> |
seedSupplier |
Modifier and Type | Method and Description |
---|---|
protected Edge |
addEdge(Vertex out,
Vertex in) |
protected Vertex |
processVertex(Vertex vertex,
Map<String,Object> context) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.