Class Minimax.Min

All Implemented Interfaces:
Callable, StatefulSystemFunction, FunctionItem, GroundedValue, Item, Sequence
Enclosing class:
Minimax

public static class Minimax.Min extends Minimax
Concrete subclass to define the fn:min() function
  • Constructor Details

    • Min

      public Min()
  • Method Details

    • 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