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 classSize.Size1DA class for representing the size (length) of a 1-dimensional array.static classSize.Size2DA class for representing the size (i.e., length of each dimension) a 2-dimensional array.static classSize.Size3DA class for representing the size (i.e., length of each dimension) a 3-dimensional array.static classSize.Size4DA class for representing the size (i.e., length of each dimension) a 4-dimensional array.static classSize.Size5DA 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 SizeSize. 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.VarArrayVarEntities. buildVarArray(String id, Size size, Object vars, String note, Types.TypeClass... classes)voidVarEntities. newVarArrayEntity(String id, Size size, Object vars, String note, Types.TypeClass... classes)
-