Class GraphReachability.EdgeTuple<N,​E>

  • Enclosing class:
    GraphReachability<N,​E>

    public static final class GraphReachability.EdgeTuple<N,​E>
    extends java.lang.Object
    Represents a Source Node and an Edge.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      E edge  
      N sourceNode  
    • Constructor Summary

      Constructors 
      Constructor Description
      EdgeTuple​(N sourceNode, E edge, N destNode)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sourceNode

        public final N sourceNode
      • edge

        public final E edge
    • Constructor Detail

      • EdgeTuple

        public EdgeTuple​(N sourceNode,
                         E edge,
                         N destNode)