V - the vertex typeE - the edge typepublic interface EdgeProvider<V,E>
| Modifier and Type | Method and Description | 
|---|---|
E | 
buildEdge(V from,
         V to,
         String label,
         Map<String,Attribute> attributes)
Construct an edge. 
 | 
Copyright © 2017. All rights reserved.