Uses of Class
org.jacop.core.ValueEnumeration
Packages that use ValueEnumeration
-
Uses of ValueEnumeration in org.jacop.core
Subclasses of ValueEnumeration in org.jacop.coreModifier and TypeClassDescriptionclass
Defines a methods for enumerating values contained in the BoundDomain.class
Defines a methods for enumerating values contain in the domain.class
Defines a methods for enumerating values contain in the domain.Methods in org.jacop.core that return ValueEnumerationModifier and TypeMethodDescriptionBoundDomain.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.IntervalDomain.valueEnumeration()
It returns value enumeration of the domain values.SmallDenseDomain.valueEnumeration()
-
Uses of ValueEnumeration in org.jacop.floats.core
Methods in org.jacop.floats.core that return ValueEnumerationModifier and TypeMethodDescriptionabstract ValueEnumeration
FloatDomain.valueEnumeration()
It returns value enumeration of the domain values.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.coreModifier and TypeClassDescriptionclass
Defines a methods for enumerating values contained in the SetDomain.Methods in org.jacop.set.core that return ValueEnumerationModifier and TypeMethodDescriptionBoundSetDomain.valueEnumeration()
It returns value enumeration of the domain values.abstract ValueEnumeration
SetDomain.valueEnumeration()
It returns value enumeration of the domain values.