V - the graph vertex typeE - the graph edge typepublic interface EdgeFactory<V,E>
| Modifier and Type | Method and Description |
|---|---|
E |
createEdge(V sourceVertex,
V targetVertex)
Creates a new edge whose endpoints are the specified source and target vertices.
|
Copyright © 2017. All rights reserved.