Class Minimax.Max

    • Constructor Detail

      • Max

        public Max()
    • Method Detail

      • isMaxFunction

        public boolean isMaxFunction()
        Description copied from class: Minimax
        Method to be implemented in subclasses to indicate whether the function implements fn:min() or fn:max()
        Specified by:
        isMaxFunction in class Minimax
        Returns:
        true if this is the fn:max() function