Interface EdgeChooser


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

    Modifier and Type
    Method
    Description
    boolean
    choose(Edge edge)
    Return whether or not given Edge should be chosen.
  • Method Details

    • 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