N - node classE - edge class@ParametersAreNonnullByDefault public interface BidirectionalGraph<N,E> extends Graph<N,E>
SimpleGraph.NormalGraphView<N,G extends SimpleGraph<N>>| 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.
|
asNormalGraph, getVisualizationHelperadjacentTargetsIterator, adjacentTargetsStream, getAdjacentTargets, getEdgesBetween, getOutgoingEdges, getTarget, outgoingEdges, outgoingEdgesIterator, outgoingEdgesStreamgetNodes, iterator, nodeIDs, nodesStream, sizeadjacentTargets, createDynamicNodeMapping, createStaticNodeMapping, isConnectedforEach, spliterator@Nonnull Collection<E> getIncomingEdges(N node)
node - the nodeCopyright © 2018. All rights reserved.