N
- node classE
- edge classpublic interface BidirectionalGraph<N,E> extends Graph<N,E>
Modifier and Type | Method and Description |
---|---|
Collection<E> |
getIncomingEdges(N node)
Retrieves the incoming edges of a given node.
|
N |
getSource(E edge)
Retrieves the source node of a given edge.
|
createDynamicNodeMapping, createStaticNodeMapping, getOutgoingEdges, getTarget
forEach, iterator, spliterator
Collection<E> getIncomingEdges(N node)
node
- the nodeCopyright © 2015. All Rights Reserved.