public interface VertexAnnotator
#annotate(com.tinkerpop.blueprints.Vertex) is called on each
processed vertex exactly once. Hence, an implementation of this interface can
assign arbitrary properties to this vertex.| Modifier and Type | Field and Description |
|---|---|
static VertexAnnotator |
COPY_CONTEXT
Assign every context entry to a property with the same name.
|
static VertexAnnotator |
NONE
Empty
VertexAnnotator. |
| Modifier and Type | Method and Description |
|---|---|
void |
annotate(com.tinkerpop.blueprints.Vertex vertex,
Map<String,Object> context)
An implementation of this method can assign properties to the vertex.
|
static final VertexAnnotator NONE
VertexAnnotator. Does not assign any propertiesstatic final VertexAnnotator COPY_CONTEXT
Copyright © 2012–2016. All rights reserved.