N - Value type that the graph node stores.E - Value type that the graph edge stores.public static interface Graph.GraphEdge<N,E> extends Annotatable
| Modifier and Type | Method and Description |
|---|---|
GraphNode<N,E> |
getNodeA() |
GraphNode<N,E> |
getNodeB() |
E |
getValue()
Retrieves the edge's value.
|
getAnnotation, setAnnotationCopyright © 2009-2020 Google. All Rights Reserved.