Interface StrictClassTreeFilter

  • All Known Implementing Classes:
    ActorClassTreeFilter

    public interface StrictClassTreeFilter
    Interface for filters that allow strict filtering.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isStrict()
      Returns whether strict or relaxed filtering is used.
      void setStrict​(boolean value)
      Sets whether to use strict or relaxed filtering.
    • Method Detail

      • setStrict

        void setStrict​(boolean value)
        Sets whether to use strict or relaxed filtering.
        Parameters:
        value - if true strict mode is enabled
      • isStrict

        boolean isStrict()
        Returns whether strict or relaxed filtering is used.
        Returns:
        true if strict mode is enabled