Package org.jacop.constraints
Class CountValuesBounds.Bounds
- java.lang.Object
-
- org.jacop.constraints.CountValuesBounds.Bounds
-
- Enclosing class:
- CountValuesBounds
private static class CountValuesBounds.Bounds extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Bounds(int min, int max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
in(int min, int max)
(package private) int
max()
(package private) int
min()
(package private) boolean
singleton()
java.lang.String
toString()
-