| Modifier and Type | Method and Description |
|---|---|
DirectedGraph<V,E> |
DirectedGraph.addEdge(E edge) |
DirectedGraph<V,E> |
DirectedGraph.addEdge(V from,
V to) |
DirectedGraph<V,E> |
DirectedGraph.addEdge(V from,
V to,
int weight) |
static DirectedGraph<String,StringEdge> |
DirectedGraph.createStringDirectedGraph() |
Copyright © 2009-2012 SonarSource. All Rights Reserved.