N
- public static interface DirectedGraphEdge.MultipleSources<N extends DirectedGraphNode>
Modifier and Type | Method and Description |
---|---|
java.util.Collection<N> |
getSources()
returns all target nodes of this DirectedGraphEdge, including the
node returned by getSource() of DirectedGraphEdge.
|
java.util.Collection<N> getSources()