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 |
---|---|
java.util.List<DiGraph.DiGraphEdge<N,E>> |
getInEdges() |
java.util.List<DiGraph.DiGraphEdge<N,E>> |
getOutEdges() |
getAnnotation, setAnnotation
java.util.List<DiGraph.DiGraphEdge<N,E>> getOutEdges()
java.util.List<DiGraph.DiGraphEdge<N,E>> getInEdges()
Copyright © 2009-2017 Google. All Rights Reserved.