| Package | Description |
|---|---|
| com.tinkerpop.furnace.alpha.generators |
| Modifier and Type | Field and Description |
|---|---|
static VertexAnnotator |
VertexAnnotator.COPY_CONTEXT
Assign every context entry to a property with the same name.
|
static VertexAnnotator |
VertexAnnotator.NONE
Empty
VertexAnnotator. |
| Modifier and Type | Method and Description |
|---|---|
VertexAnnotator |
AbstractGenerator.getVertexAnnotator()
Returns the
VertexAnnotator for this generator |
| Constructor and Description |
|---|
AbstractGenerator(String label,
EdgeAnnotator edgeAnnotator,
VertexAnnotator vertexAnnotator)
Constructs a new network generator for edges with the given label and annotator.
|
CommunityGenerator(String label,
EdgeAnnotator edgeAnnotator,
VertexAnnotator vertexAnnotator) |
Copyright © 2012–2016. All rights reserved.