Enum Class Geost.SweepDirection

java.lang.Object
java.lang.Enum<Geost.SweepDirection>
org.jacop.constraints.geost.Geost.SweepDirection
All Implemented Interfaces:
Serializable, Comparable<Geost.SweepDirection>, Constable
Enclosing class:
Geost

public static enum Geost.SweepDirection extends Enum<Geost.SweepDirection>
  • Enum Constant Details

    • PRUNEMIN

      public static final Geost.SweepDirection PRUNEMIN
      The sweep algorithm prunes the minimal values for the origins.
    • PRUNEMAX

      public static final Geost.SweepDirection PRUNEMAX
      The sweep algorithm prunes the maximal values for the origins.
  • Constructor Details

    • SweepDirection

      private SweepDirection()
  • Method Details

    • values

      public static Geost.SweepDirection[] 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 Geost.SweepDirection 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