Enum Class PreviewFeature

java.lang.Object
java.lang.Enum<PreviewFeature>
ai.timefold.solver.core.config.solver.PreviewFeature
All Implemented Interfaces:
Serializable, Comparable<PreviewFeature>, Constable

public enum PreviewFeature extends Enum<PreviewFeature>
  • Enum Constant Details

    • DIVERSIFIED_LATE_ACCEPTANCE

      public static final PreviewFeature DIVERSIFIED_LATE_ACCEPTANCE
    • PLANNING_SOLUTION_DIFF

      public static final PreviewFeature PLANNING_SOLUTION_DIFF
  • Method Details

    • values

      public static PreviewFeature[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PreviewFeature valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null