|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- the Graph vertices typeE
- the Graph edges typepublic interface UndirectedGraph<V extends Vertex,E extends Edge<V>>
An UndirectedGraph
is a graph in which edges have no orientation, i.e., they are not ordered pairs,
but sets {u, v}
(or 2-multisets) of vertices.
Method Summary |
---|
Methods inherited from interface org.apache.commons.graph.Graph |
---|
getEdges, getEdges, getVertices, getVertices |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |