Package ghidra.graph

Interface GEdge<V>

    • Method Detail

      • getStart

        V getStart()
        Get the start, or tail, of the edge

        In the edge x -> y, x is the start

        Returns:
        the start
      • getEnd

        V getEnd()
        Get the end, or head, of the edge

        In the edge x -> y, y is the end

        Returns:
        the end