Class CountValuesBounds.Bounds

java.lang.Object
org.jacop.constraints.CountValuesBounds.Bounds
Enclosing class:
CountValuesBounds

private static class CountValuesBounds.Bounds extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final int
     
    (package private) int
     
    (package private) int
     
    (package private) final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Bounds(int min, int max)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    in(int min, int max)
     
    (package private) int
    max()
     
    (package private) int
    min()
     
    (package private) boolean
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • min

      int min
    • max

      int max
    • lb

      final int lb
    • ub

      final int ub
  • Constructor Details

    • Bounds

      Bounds(int min, int max)
  • Method Details

    • in

      void in(int min, int max)
    • min

      int min()
    • max

      int max()
    • singleton

      boolean singleton()
    • toString

      public String toString()
      Overrides:
      toString in class Object