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,
String label,
Map<String,String> attributes)
Deprecated.
Construct an edge.
|
Copyright © 2017. All rights reserved.