Uses of Interface
org.xcsp.common.FunctionalInterfaces.Intx3ToDom
-
Packages that use FunctionalInterfaces.Intx3ToDom Package Description org.xcsp.modeler.api org.xcsp.modeler.implementation -
-
Uses of FunctionalInterfaces.Intx3ToDom in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api with parameters of type FunctionalInterfaces.Intx3ToDom Modifier and Type Method Description default IVar.Var[][][]
ProblemAPI. array(String id, Size.Size3D size, FunctionalInterfaces.Intx3ToDom f, String note, Types.TypeClass... classes)
Builds a 3-dimensional array of integer variables with the specified id, size, note (short comment) and classes.default IVar.Var[][][]
ProblemAPI. array(String id, Size.Size3D size, FunctionalInterfaces.Intx3ToDom f, Types.TypeClass... classes)
Builds a 3-dimensional array of integer variables with the specified id, size, and classes. -
Uses of FunctionalInterfaces.Intx3ToDom in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type FunctionalInterfaces.Intx3ToDom Modifier and Type Method Description IVar.Var[][][]
ProblemIMP. fill(String id, Size.Size3D size, FunctionalInterfaces.Intx3ToDom f, IVar.Var[][][] t)
-