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, setAnnotation
Copyright © 2009-2019 Google. All Rights Reserved.