|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Graph.Edge<V,E>
Represents an edge in a graph.
| Method Summary | |
|---|---|
Graph.Vertex<V,E> |
destination()
Returns the destination vertex of this edge. |
E |
getValue()
Returns the value associated with this edge. |
void |
setValue(E value)
Sets the value associated with this edge. |
Graph.Vertex<V,E> |
source()
Returns the source vertex of this edge. |
| Method Detail |
|---|
E getValue()
void setValue(E value)
value - The new value associated with this edge.Graph.Vertex<V,E> source()
Graph.Vertex<V,E> destination()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||