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

    Modifier and Type
    Method
    Description
    returns all target nodse of this DirectedGraphEdge, including the node returned by getTarget() of DirectedGraphEdge.
  • Method Details

    • getTargets

      Collection<N> getTargets()
      returns all target nodse of this DirectedGraphEdge, including the node returned by getTarget() of DirectedGraphEdge.
      Returns: