V
- the type of vertex being linked.E
- the type of edge being created.public interface EdgeProvider<V,E>
Modifier and Type | Method and Description |
---|---|
E |
buildEdge(V from,
V to,
String label,
Map<String,String> attributes)
Construct an edge
|
Copyright © 2016. All rights reserved.