Uses of Class
org.jacop.core.BoundDomain
Packages that use BoundDomain
-
Uses of BoundDomain in org.jacop.core
Fields in org.jacop.core declared as BoundDomainModifier and TypeFieldDescription(package private) BoundDomain
BoundDomainValueEnumeration.domain
static final BoundDomain
BoundDomain.emptyDomain
It predefines empty domain so there is no need to constantly create it when needed.Methods in org.jacop.core that return BoundDomainModifier and TypeMethodDescriptionBoundDomain.clone()
BoundDomain.cloneLight()
It clones this domain.BooleanVar.dom()
This function returns current domain of the variable.BooleanVar.recentDomainPruning()
It returns the values which have been removed at current store level.BoundDomain.subtract
(int min, int max) Constructors in org.jacop.core with parameters of type BoundDomainModifierConstructorDescriptionBooleanVar
(Store store, String name, BoundDomain dom) It creates a Boolean variable.BooleanVar
(Store store, BoundDomain dom) It creates a Boolean variable.