public 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 © 2016. All rights reserved.