|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Edge<V>
The Edge
interface is used for an unweighted edge.
Method Summary | |
---|---|
V |
dest()
Returns the destination (head) of this edge. |
V |
source()
Returns the source (tail) of this edge. |
Method Detail |
---|
V dest()
V source()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |