Interface DirectedGraphEdge.MultipleSources<N extends DirectedGraphNode>

    • 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: