N - Value type that the graph node stores.E - Value type that the graph edge stores.public static interface UndiGraph.UndiGraphNode<N,E> extends GraphNode<N,E>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UndiGraph.UndiGraphEdge<N,E>> |
getNeighborEdges() |
java.util.Iterator<UndiGraph.UndiGraphEdge<N,E>> |
getNeighborEdgesIterator() |
getAnnotation, setAnnotationjava.util.List<UndiGraph.UndiGraphEdge<N,E>> getNeighborEdges()
java.util.Iterator<UndiGraph.UndiGraphEdge<N,E>> getNeighborEdgesIterator()