Interface DirectedGraphEdge.MultipleTargets<N extends DirectedGraphNode>
-
- Type Parameters:
N
-
- Enclosing interface:
- DirectedGraphEdge<S extends DirectedGraphNode,T extends DirectedGraphNode>
public static interface DirectedGraphEdge.MultipleTargets<N extends DirectedGraphNode>
Implementations of this class should also implement DirectedGraphEdge, N>- Author:
- bfvdonge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<N>
getTargets()
returns all target nodse of this DirectedGraphEdge, including the node returned by getTarget() of DirectedGraphEdge.
-
-
-
Method Detail
-
getTargets
java.util.Collection<N> getTargets()
returns all target nodse of this DirectedGraphEdge, including the node returned by getTarget() of DirectedGraphEdge.- Returns:
-
-