Permutation

Permutation

Permutates a sub-generator's input number in a given range. Can do expansion permutation, e.g., map the sub-generator's input range [1,10] to a permutation range of [0,1000]. Needs a sub-generator to provide a number which can be processed in this generator.

Attributes
Name Description Required Min Max Allowed Values
name (Class)Name of this element. Used to identify plugin Class. Full name is required. Example: com.en.myPluginPackage.myPuginClass no 0 1
id Identification String of this element. May be used to uniquely identify a field within the children of an Element. no 0 1
Nodes
Name Description Required Min Max Allowed Values
min Content type: Long
Sets the minimum value to generate (inclusive).
yes 1 1
gen Value Generator for this field yes 1 1
max Content type: Long
Sets the maximum value to generate (inclusive).
yes 1 1
2.7-83fb0 | 2020-04-22