Uses of Class
org.jacop.core.ValueEnumeration
-
Packages that use ValueEnumeration Package Description org.jacop.core org.jacop.floats.core org.jacop.set.core -
-
Uses of ValueEnumeration in org.jacop.core
Subclasses of ValueEnumeration in org.jacop.core Modifier and Type Class Description class
BoundDomainValueEnumeration
Defines a methods for enumerating values contained in the BoundDomain.class
IntervalDomainValueEnumeration
Defines a methods for enumerating values contain in the domain.class
SmallDenseDomainValueEnumeration
Defines a methods for enumerating values contain in the domain.Methods in org.jacop.core that return ValueEnumeration Modifier and Type Method Description ValueEnumeration
BoundDomain. valueEnumeration()
abstract ValueEnumeration
Domain. valueEnumeration()
It returns value enumeration of the domain values.abstract ValueEnumeration
IntDomain. valueEnumeration()
It returns value enumeration of the domain values.ValueEnumeration
IntervalDomain. valueEnumeration()
It returns value enumeration of the domain values.ValueEnumeration
SmallDenseDomain. valueEnumeration()
-
Uses of ValueEnumeration in org.jacop.floats.core
Methods in org.jacop.floats.core that return ValueEnumeration Modifier and Type Method Description abstract ValueEnumeration
FloatDomain. valueEnumeration()
It returns value enumeration of the domain values.ValueEnumeration
FloatIntervalDomain. valueEnumeration()
It returns value enumeration of the domain values. -
Uses of ValueEnumeration in org.jacop.set.core
Subclasses of ValueEnumeration in org.jacop.set.core Modifier and Type Class Description class
SetDomainValueEnumeration
Defines a methods for enumerating values contained in the SetDomain.Methods in org.jacop.set.core that return ValueEnumeration Modifier and Type Method Description ValueEnumeration
BoundSetDomain. valueEnumeration()
It returns value enumeration of the domain values.abstract ValueEnumeration
SetDomain. valueEnumeration()
It returns value enumeration of the domain values.
-