|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphException | |
|---|---|
| org.apache.commons.graph | Main APIs that describe Graph data structure. |
| org.apache.commons.graph.shortestpath | Shortest Path algorithms implementations. |
| Uses of GraphException in org.apache.commons.graph |
|---|
| Methods in org.apache.commons.graph that throw GraphException | |
|---|---|
void |
MutableDirectedGraph.addEdge(E e,
V source,
V target)
Adds a feature to the Edge attribute of the MutableDirectedGraph object. |
void |
MutableDirectedGraph.addVertex(V v)
Adds a feature to the Vertex attribute of the MutableDirectedGraph object. |
void |
MutableDirectedGraph.removeEdge(E e)
Adds a feature to the Edge attribute of the MutableDirectedGraph object |
void |
MutableDirectedGraph.removeVertex(V v)
Removes the Vertex from the MutableGraph object. |
| Uses of GraphException in org.apache.commons.graph.shortestpath |
|---|
| Subclasses of GraphException in org.apache.commons.graph.shortestpath | |
|---|---|
class |
PathNotFoundException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||