V - the vertex typeE - the edge typepublic 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,Attribute> attributes)
Construct an edge.
|
Copyright © 2018. All Rights Reserved.