Uses of Class
org.xcsp.common.domains.Domains.DomBasic
-
Packages that use Domains.DomBasic Package Description org.xcsp.common.domains -
-
Uses of Domains.DomBasic in org.xcsp.common.domains
Subclasses of Domains.DomBasic in org.xcsp.common.domains Modifier and Type Class Description static class
Domains.Dom
The class for representing the domain of an integer variable.static class
Domains.DomReal
The class for representing the domain of a real 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.Methods in org.xcsp.common.domains that return Domains.DomBasic Modifier and Type Method Description static Domains.DomBasic
Domains.DomBasic. parse(String s, Types.TypeVar type)
Returns the basic domain obtained by parsing the specified string, according to the value of the specified type.
-