|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - the Graph vertices typepublic interface Edge<V extends Vertex>
An Edge is the link that connect a pair of Vertex.
A Graph in which Edges have no orientation, Vertex members are not ordered pairs.
In a DirectedGraph, Edges have orientation, so relation expressed by the Edge has to be
intended from getHead() to getTail().
| Method Summary | |
|---|---|
V |
getHead()
Return the head of this edge. |
V |
getTail()
Return the tail of this edge. |
| Method Detail |
|---|
V getHead()
V getTail()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||