public interface EdgeAnnotator
annotate(com.tinkerpop.blueprints.Edge) is
called on each newly generated edge exactly once. Hence, an implementation of this
interface can assign arbitrary properties to this edge.| Modifier and Type | Field and Description |
|---|---|
static EdgeAnnotator |
NONE
Empty
EdgeAnnotator. |
| Modifier and Type | Method and Description |
|---|---|
void |
annotate(com.tinkerpop.blueprints.Edge edge)
An implementation of this method can assign properties to the edge.
|
static final EdgeAnnotator NONE
EdgeAnnotator. Does not assign any propertiesCopyright © 2012–2016. All rights reserved.