Package | Description |
---|---|
com.aquafold.openapi.random |
Modifier and Type | Method and Description |
---|---|
AQRandomDataSet |
AQRandomFactory.newRandomDataSet()
Creates a new empty random data set factory without any constraints defined.
|
AQRandomDataSet |
AQRandomFactory.newRandomDataSet(int rows,
java.lang.String[] types,
AQRandomRange[] ranges)
Creates a new random data set factory with row, type and range constraints specified.
|
AQRandomDataSet |
AQRandomFactory.newRandomDataSet(int rows,
java.lang.String[] types,
AQRandomRange[] ranges,
AQRandomVariation[] variations)
Creates a new random data set factory with row, type, range and variation constraints specified.
|
AQRandomDataSet |
AQRandomFactory.newRandomDataSetByType(int rows,
int columns,
java.lang.String type,
AQRandomRange range)
Creates a new random data set factory with row, column, type and range constraints specified,
all of columns will have the same column type.
|
AQRandomDataSet |
AQRandomFactory.newRandomDataSetByType(int rows,
int columns,
java.lang.String type,
AQRandomRange range,
AQRandomVariation variation)
Creates a new random data set factory with row, column, type, range and variation constraints specified,
all of columns will have the same column type.
|
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.