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