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