Interface EdgeChooser


  • public interface EdgeChooser
    Interface for choosing CFG Edges.
    Author:
    David Hovemeyer
    • Method Detail

      • choose

        boolean choose​(Edge edge)
        Return whether or not given Edge should be chosen.
        Parameters:
        edge - the Edge
        Returns:
        true if the Edge should be chosen, false otherwise