|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomListGenerator.Structure | |
---|---|
samples.random |
Uses of RandomListGenerator.Structure in samples.random |
---|
Fields in samples.random declared as RandomListGenerator.Structure | |
---|---|
protected RandomListGenerator.Structure |
RandomListGenerator.type
The type of the generated lists which can be UNSTRUCTURED, CONNECTED or BALANCED. |
Methods in samples.random that return RandomListGenerator.Structure | |
---|---|
static RandomListGenerator.Structure |
RandomListGenerator.Structure.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RandomListGenerator.Structure[] |
RandomListGenerator.Structure.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in samples.random with parameters of type RandomListGenerator.Structure | |
---|---|
protected void |
ProportionRandomListGenerator.fixLimits(RandomListGenerator.Structure type)
Fixes some limits, according to the given type, about the generation of tuples. |
int[][] |
ProportionRandomListGenerator.selectTuples(int nbTuples,
RandomListGenerator.Structure type,
boolean tupleRepetition,
boolean valueRepetition)
Generates and returns a random list. |
int[][] |
ProportionRandomListGenerator.selectTuples(int nbTuples,
RandomListGenerator.Structure type,
boolean tupleRepetition,
boolean valueRepetition,
int[] fixedTuple,
boolean requiredFixedTuple)
Generates and returns a random list. |
void |
RandomListGenerator.setParameters(RandomListGenerator.Structure type,
boolean tupleRepetition,
boolean valueRepetition,
int[] fixedTuple,
boolean requiredFixedTuple)
Sets the parameters used to generate random lists. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |