Interface IMonitorDownBranch

    • Method Detail

      • beforeDownBranch

        default void beforeDownBranch​(boolean left)
        Action to perform before going down in the tree search
        Parameters:
        left - set to true to specify that this is a left branch
      • afterDownBranch

        default void afterDownBranch​(boolean left)
        Action to perform after going down in the tree search
        Parameters:
        left - set to true to specify that this is a left branch