V
- the type of the nodes in the graphpublic interface IBiDirectionalGraphDataSource<V> extends IGraphDataSource<V>
IGraphDataSource
does, but it
also makes it possible to query the incoming edges of nodes, not only the outgoing edges.Modifier and Type | Method and Description |
---|---|
java.util.Map<V,java.lang.Integer> |
getSourceNodes(V target)
Returns the source nodes for the given target node.
|
attachAsFirstObserver, attachObserver, detachObserver, getAllNodes, getTargetNodes
java.util.Map<V,java.lang.Integer> getSourceNodes(V target)
target
- the target node