Uses of Class
org.xcsp.modeler.entities.CtrEntities.CtrArray
-
Packages that use CtrEntities.CtrArray Package Description org.xcsp.modeler.api org.xcsp.modeler.entities org.xcsp.modeler.implementation -
-
Uses of CtrEntities.CtrArray in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api that return CtrEntities.CtrArray Modifier and Type Method Description default CtrEntities.CtrArrayProblemAPIBase. block(Runnable r)Builds a block by executing the specified runnable object.default CtrEntities.CtrArrayProblemAPIBase. forall(Range.Rangesx2 rangesx2, FunctionalInterfaces.Intx2Consumer c2)Builds a group of constraints by executing the specified consumer on each double value of the specified double range.default CtrEntities.CtrArrayProblemAPIBase. forall(Range.Rangesx3 rangesx3, FunctionalInterfaces.Intx3Consumer c3)Builds a group of constraints by executing the specified consumer on each triple value of the specified triple range.default CtrEntities.CtrArrayProblemAPIBase. forall(Range.Rangesx4 rangesx4, FunctionalInterfaces.Intx4Consumer c4)Builds a group of constraints by executing the specified consumer on each quadruple value of the specified quadruple range.default CtrEntities.CtrArrayProblemAPIBase. forall(Range.Rangesx5 rangesx5, FunctionalInterfaces.Intx5Consumer c5)Builds a group of constraints by executing the specified consumer on each quintuple value of the specified quintuple range.default CtrEntities.CtrArrayProblemAPIBase. forall(Range.Rangesx6 rangesx6, FunctionalInterfaces.Intx6Consumer c6)Builds a group of constraints by executing the specified consumer on each sixtuple value of the specified sixtuple range.default CtrEntities.CtrArrayProblemAPIBase. forall(Range range, java.util.function.IntConsumer c)Builds a group of constraints by executing the specified consumer on each value of the specified range. -
Uses of CtrEntities.CtrArray in org.xcsp.modeler.entities
Subclasses of CtrEntities.CtrArray in org.xcsp.modeler.entities Modifier and Type Class Description classCtrEntities.CtrArrayDummyObjects of this class correspond to cases where a set of constraints will have to be merged with another one.Fields in org.xcsp.modeler.entities with type parameters of type CtrEntities.CtrArray Modifier and Type Field Description Map<ICtr,CtrEntities.CtrArray>CtrEntities. ctrToCtrArrayMethods in org.xcsp.modeler.entities that return CtrEntities.CtrArray Modifier and Type Method Description CtrEntities.CtrArrayCtrEntities.CtrArray. append(CtrEntities.CtrArray ca)CtrEntities.CtrArrayCtrEntities. newCtrArrayEntity(ICtr[] ctrs, boolean dummy, Types.TypeClass... classes)CtrEntities.CtrArrayCtrEntities.CtrArray. tag(Types.TypeClass... classes)Methods in org.xcsp.modeler.entities with parameters of type CtrEntities.CtrArray Modifier and Type Method Description CtrEntities.CtrArrayCtrEntities.CtrArray. append(CtrEntities.CtrArray ca) -
Uses of CtrEntities.CtrArray in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation that return CtrEntities.CtrArray Modifier and Type Method Description CtrEntities.CtrArrayProblemIMP. forall(Range.Rangesx2 rangesx2, FunctionalInterfaces.Intx2Consumer c2)Builds constraints by considering the specified ranges and soliciting the specified function.CtrEntities.CtrArrayProblemIMP. forall(Range.Rangesx3 rangesx3, FunctionalInterfaces.Intx3Consumer c3)Builds constraints by considering the specified ranges and soliciting the specified function.CtrEntities.CtrArrayProblemIMP. forall(Range.Rangesx4 rangesx4, FunctionalInterfaces.Intx4Consumer c4)Builds constraints by considering the specified ranges and soliciting the specified function.CtrEntities.CtrArrayProblemIMP. forall(Range.Rangesx5 rangesx5, FunctionalInterfaces.Intx5Consumer c5)Builds constraints by considering the specified ranges and soliciting the specified function.CtrEntities.CtrArrayProblemIMP. forall(Range.Rangesx6 rangesx6, FunctionalInterfaces.Intx6Consumer c6)Builds constraints by considering the specified ranges and soliciting the specified function.CtrEntities.CtrArrayProblemIMP. forall(Range range, java.util.function.IntConsumer c)Builds constraints by considering the specified range and soliciting the specified function.CtrEntities.CtrArrayProblemIMP. manageLoop(Runnable r)
-