Uses of Class
org.xcsp.common.Size
-
Packages that use Size Package Description org.xcsp.common org.xcsp.modeler.entities -
-
Uses of Size in org.xcsp.common
Subclasses of Size in org.xcsp.common Modifier and Type Class Description static class
Size.Size1D
A class for representing the size (length) of a 1-dimensional array.static class
Size.Size2D
A class for representing the size (i.e., length of each dimension) a 2-dimensional array.static class
Size.Size3D
A class for representing the size (i.e., length of each dimension) a 3-dimensional array.static class
Size.Size4D
A class for representing the size (i.e., length of each dimension) a 4-dimensional array.static class
Size.Size5D
A class for representing the size (i.e., length of each dimension) a 5-dimensional array.Methods in org.xcsp.common that return Size Modifier and Type Method Description protected Size
Size. setLengths(int... lengths)
Sets the lengths of the dimensions of an array of dimensionlengths.length
-
Uses of Size in org.xcsp.modeler.entities
Methods in org.xcsp.modeler.entities with parameters of type Size Modifier and Type Method Description VarEntities.VarArray
VarEntities. buildVarArray(String id, Size size, Object vars, String note, Types.TypeClass... classes)
void
VarEntities. newVarArrayEntity(String id, Size size, Object vars, String note, Types.TypeClass... classes)
-