V - the type of the nodes in the graphpublic interface IBiDirectionalGraphDataSource<V> extends IGraphDataSource<V>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<V> |
getSourceNodes(V target)
Returns the source nodes of those edges that end in target.
|
attachObserver, detachObserver, getAllNodes, getTargetNodesjava.util.List<V> getSourceNodes(V target)
List as
multiple edges can be present between two arbitrary nodes. If no such node can be found than the method should
return null.target - the target node