|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
N - node value typeE - edge value typepublic interface Edge<N,E>
Typed directed graph edge.
| Method Summary | |
|---|---|
E |
getValue()
Return the value at this edge. |
void |
setValue(E value)
Set the value at this edge to value (optional operation). |
Node<N,E> |
source()
Return the source node for this edge. |
Node<N,E> |
target()
Return the target node for this edge. |
| Method Detail |
|---|
E getValue()
void setValue(E value)
value (optional operation).
value - value at this edge
UnsupportedOperationException - if the setValue(E)
operation is not supported by this edgeNode<N,E> source()
Node<N,E> target()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||