V
- vertex type in the original graphN
- node type in the new graphE
- edge type in the new graphX
- the type of extra information for creating an edgepublic static interface GraphUtils.EdgeFactory<V,N,E extends Edge<N>,X>
Modifier and Type | Method and Description |
---|---|
E |
getEdge(V v,
V u,
X info)
Creates an edge between two nodes.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.