V - the type of vertex being linked.E - the type of edge being created.EdgeProvider instead.@Deprecated
public interface EdgeProvider<V,E>
| Modifier and Type | Method and Description |
|---|---|
E |
buildEdge(V from,
V to,
java.lang.String label,
java.util.Map<java.lang.String,java.lang.String> attributes)
Deprecated.
Construct an edge.
|
E buildEdge(V from, V to, java.lang.String label, java.util.Map<java.lang.String,java.lang.String> attributes)
from - the source vertexto - the target vertexlabel - the label of the edge.attributes - extra attributes for the edge.Copyright © 2017. All Rights Reserved.