public interface EdgeFactory<V,E>
| Modifier and Type | Method and Description |
|---|---|
E |
createEdge(V from,
V to) |
E |
createEdge(V from,
V to,
int weigth) |
E createEdge(V from, V to)
E createEdge(V from, V to, int weigth)
Copyright © 2009-2012 SonarSource. All Rights Reserved.