Package org.xcsp.common.domains
Class Domains
- java.lang.Object
-
- org.xcsp.common.domains.Domains
-
public class Domains extends Object
In this class, we find intern classes for managing all types of domains.- Author:
- Christophe Lecoutre
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDomains.DomThe class for representing the domain of an integer variable.static classDomains.DomBasicA class for representing basic domains, i.e.static interfaceDomains.DomComplexThe interface to tag complex domains, i.e.static classDomains.DomGraphThe class for representing the domain of a graph variable.static classDomains.DomRealThe class for representing the domain of a real variable.static classDomains.DomSetThe class for representing the domain of a set variable.static classDomains.DomStochasticThe class for representing the domain of a stochastic variable.static classDomains.DomSymbolicThe class for representing the domain of a symbolic variable.static interfaceDomains.IDomThe root interface to tag domain objects.
-
Constructor Summary
Constructors Constructor Description Domains()
-