Uses of Interface
org.xcsp.common.domains.Values.SimpleValue
-
Packages that use Values.SimpleValue Package Description org.xcsp.common.domains -
-
Uses of Values.SimpleValue in org.xcsp.common.domains
Classes in org.xcsp.common.domains that implement Values.SimpleValue Modifier and Type Class Description static classValues.DecimalA class to represent decimal values.static classValues.IntegerValueA class to represent an integer value.static classValues.RationalA class to represent rational values.Fields in org.xcsp.common.domains declared as Values.SimpleValue Modifier and Type Field Description Values.SimpleValueValues.RealInterval. infThe bounds of the interval.Values.SimpleValue[]Domains.DomStochastic. probasThe probabilities associated with the values of the domain: probas[i] is the probability of values[i].Values.SimpleValueValues.RealInterval. supThe bounds of the interval.Methods in org.xcsp.common.domains that return Values.SimpleValue Modifier and Type Method Description static Values.SimpleValueValues.SimpleValue. parse(String s)Returns a simple value obtained by parsing the specified string.static Values.SimpleValueValues.SimpleValue. parse(String s, boolean checkSpecialValues)Returns a simple value obtained by parsing the specified string.static Values.SimpleValue[]Values.SimpleValue. parseSeq(String seq)Returns an array of SimpleValue objects, obtained by parsing the specified string.Constructors in org.xcsp.common.domains with parameters of type Values.SimpleValue Constructor Description DomStochastic(Object[] values, Values.SimpleValue[] probas)Builds a stochastic domain, with the specified values and the specified probabilities.RealInterval(Values.SimpleValue inf, Values.SimpleValue sup, boolean infClosed, boolean supClosed)Builds a real interval with the specified bounds together with their status.
-