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 classDomains.DomThe class for representing the domain of an integer variable.static classDomains.DomRealThe class for representing the domain of a real 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.Methods in org.xcsp.common.domains that return Domains.DomBasic Modifier and Type Method Description static Domains.DomBasicDomains.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.
-