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 classBoundDomainValueEnumerationDefines a methods for enumerating values contained in the BoundDomain.classIntervalDomainValueEnumerationDefines a methods for enumerating values contain in the domain.classSmallDenseDomainValueEnumerationDefines a methods for enumerating values contain in the domain.Methods in org.jacop.core that return ValueEnumeration Modifier and Type Method Description ValueEnumerationBoundDomain. valueEnumeration()abstract ValueEnumerationDomain. valueEnumeration()It returns value enumeration of the domain values.abstract ValueEnumerationIntDomain. valueEnumeration()It returns value enumeration of the domain values.ValueEnumerationIntervalDomain. valueEnumeration()It returns value enumeration of the domain values.ValueEnumerationSmallDenseDomain. valueEnumeration() -
Uses of ValueEnumeration in org.jacop.floats.core
Methods in org.jacop.floats.core that return ValueEnumeration Modifier and Type Method Description abstract ValueEnumerationFloatDomain. valueEnumeration()It returns value enumeration of the domain values.ValueEnumerationFloatIntervalDomain. 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 classSetDomainValueEnumerationDefines a methods for enumerating values contained in the SetDomain.Methods in org.jacop.set.core that return ValueEnumeration Modifier and Type Method Description ValueEnumerationBoundSetDomain. valueEnumeration()It returns value enumeration of the domain values.abstract ValueEnumerationSetDomain. valueEnumeration()It returns value enumeration of the domain values.
-