Interface ComparisonController

All Known Implementing Classes:
NewDifferenceEngine.ComparisonController2ComparisonController

public interface ComparisonController
Decides whether the difference engine should stop the whole comparison process because of the current difference.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    stopDiffing(Difference difference)
    May instruct the difference engine to stop the whole comparison process.
  • Method Details

    • stopDiffing

      boolean stopDiffing(Difference difference)
      May instruct the difference engine to stop the whole comparison process.
      Parameters:
      difference - the Difference that is responsible for stopping the comparison process
      Returns:
      whether to stop the comparison process