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