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