|
||||||||||
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 Edge
s have no orientation, Vertex
members are not ordered pairs.
In a DirectedGraph
, Edge
s 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 |