Interface ConstraintFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean check​(List<?> arguments)
      Checks whether the given values are a valid combination or one which should not appear.
    • Method Detail

      • check

        boolean check​(List<?> arguments)
        Checks whether the given values are a valid combination or one which should not appear.
        Parameters:
        arguments - the values
        Returns:
        true iff the values form a valid combination