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 class
Domains.Dom
The class for representing the domain of an integer variable.static class
Domains.DomBasic
A class for representing basic domains, i.e.static interface
Domains.DomComplex
The interface to tag complex domains, i.e.static class
Domains.DomGraph
The class for representing the domain of a graph variable.static class
Domains.DomReal
The class for representing the domain of a real variable.static class
Domains.DomSet
The class for representing the domain of a set variable.static class
Domains.DomStochastic
The class for representing the domain of a stochastic variable.static class
Domains.DomSymbolic
The class for representing the domain of a symbolic variable.static interface
Domains.IDom
The root interface to tag domain objects.
-
Constructor Summary
Constructors Constructor Description Domains()
-