Uses of Interface
org.xcsp.common.domains.Values.IntegerEntity
-
Packages that use Values.IntegerEntity Package Description org.xcsp.common.domains org.xcsp.parser.entries -
-
Uses of Values.IntegerEntity in org.xcsp.common.domains
Classes in org.xcsp.common.domains that implement Values.IntegerEntity Modifier and Type Class Description static class
Values.IntegerInterval
A class to represent an integer interval.static class
Values.IntegerValue
A class to represent an integer value.Methods in org.xcsp.common.domains that return Values.IntegerEntity Modifier and Type Method Description static Values.IntegerEntity
Values.IntegerEntity. parse(String s)
Returns an integer entity (integer value or integer interval) obtained by parsing the specified string.static Values.IntegerEntity[]
Values.IntegerEntity. parseSeq(String seq)
Returns an array of integer entities (integer values or integer intervals) obtained by parsing the specified string.Methods in org.xcsp.common.domains with parameters of type Values.IntegerEntity Modifier and Type Method Description default int
Values.IntegerEntity. compareTo(Values.IntegerEntity p)
static long
Values.IntegerEntity. nValues(Values.IntegerEntity[] pieces)
Returns the number of values in the specified array of integer entities.static int[]
Values.IntegerEntity. toIntArray(Values.IntegerEntity[] pieces)
Returns an array of integers with all values represented by the specified integer entities.static int[]
Values.IntegerEntity. toIntArray(Values.IntegerEntity[] pieces, int limit)
Returns an array of integers with all values represented by the specified integer entities. -
Uses of Values.IntegerEntity in org.xcsp.parser.entries
Methods in org.xcsp.parser.entries that return Values.IntegerEntity Modifier and Type Method Description Values.IntegerEntity[]
XVariables.XArray. buildIndexRanges(String compactForm)
Builds an array of IntegerEnity objects for representing the ranges of indexes that are computed with respect to the specified compact form.
-