N - Value type that the graph node stores.E - Value type that the graph edge stores.public static interface DiGraph.DiGraphNode<N,E> extends GraphNode<N,E>
| Modifier and Type | Method and Description |
|---|---|
List<DiGraph.DiGraphEdge<N,E>> |
getInEdges() |
List<DiGraph.DiGraphEdge<N,E>> |
getOutEdges() |
getAnnotation, setAnnotationList<DiGraph.DiGraphEdge<N,E>> getOutEdges()
List<DiGraph.DiGraphEdge<N,E>> getInEdges()
Copyright © 2009-2015 Google. All Rights Reserved.