Package org.xcsp.common.domains
Class Domains.DomReal
- java.lang.Object
-
- org.xcsp.common.domains.Domains.DomBasic
-
- org.xcsp.common.domains.Domains.DomReal
-
- All Implemented Interfaces:
Domains.IDom
- Enclosing class:
- Domains
public static class Domains.DomReal extends Domains.DomBasic
The class for representing the domain of a real variable.
-
-
Field Summary
-
Fields inherited from class org.xcsp.common.domains.Domains.DomBasic
values
-
-
-
-
Constructor Detail
-
DomReal
protected DomReal(String seq)
Builds a real domain, with the intervals obtained by parsing the specified string.
-
-