Interface DirectedGraphEdge.MultipleTargets<N extends DirectedGraphNode>

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