Uses of Class
org.jacop.core.IntervalEnumeration
-
Packages that use IntervalEnumeration Package Description org.jacop.core org.jacop.floats.core -
-
Uses of IntervalEnumeration in org.jacop.core
Subclasses of IntervalEnumeration in org.jacop.core Modifier and Type Class Description class
BoundDomainIntervalEnumeration
Defines a methods for enumerating intervals contained in the BoundDomain.class
IntervalDomainIntervalEnumeration
Defines a methods for enumerating values contain in the intersal domain.class
SmallDenseDomainIntervalEnumeration
Defines interval enumeration of small dense domain.Methods in org.jacop.core that return IntervalEnumeration Modifier and Type Method Description IntervalEnumeration
BoundDomain. intervalEnumeration()
abstract IntervalEnumeration
IntDomain. intervalEnumeration()
It returns interval enumeration of the domain values.IntervalEnumeration
IntervalDomain. intervalEnumeration()
It returns interval enumeration of the domain values.IntervalEnumeration
SmallDenseDomain. intervalEnumeration()
-
Uses of IntervalEnumeration in org.jacop.floats.core
Methods in org.jacop.floats.core that return IntervalEnumeration Modifier and Type Method Description abstract IntervalEnumeration
FloatDomain. intervalEnumeration()
It returns interval enumeration of the domain values.IntervalEnumeration
FloatIntervalDomain. intervalEnumeration()
It returns interval enumeration of the domain values.
-