Uses of Class
org.xcsp.common.enumerations.EnumerationAbstract
-
Packages that use EnumerationAbstract Package Description org.xcsp.common.enumerations -
-
Uses of EnumerationAbstract in org.xcsp.common.enumerations
Subclasses of EnumerationAbstract in org.xcsp.common.enumerations Modifier and Type Class Description classEnumerationCartesianThis class allows iterating over all tuples of a given length from a given set of numbers (of possibilities at each position).classEnumerationOfCombinationsThis class allows us to iterate over all combinations of a given length from a given set of values.classEnumerationOfPermutationsThis class allows us to iterate over all permutations of a given set of integer values.
-