Interface IDeactivableDiffFilter

All Superinterfaces:
IDifferenceFilter
All Known Implementing Classes:
AbstractDifferenceFilter, CascadingDifferencesFilter, TechnicalitiesFilter

public interface IDeactivableDiffFilter extends IDifferenceFilter
A IDifferenceFilter that can be fully deactivated in the preferences.
Since:
4.3
  • Method Details

    • isActive

      boolean isActive()
      Whether the filter is enabled, i.e. will be taken into account in computations and displayed in the UI.
      Returns:
      The enablement of the filter.
    • setActive

      void setActive(boolean active)
      Set the activation of the filter.
      Parameters:
      active - Whether the filter should be active