| Package | Description |
|---|---|
| testoptimal.api.COMB |
| Modifier and Type | Method and Description |
|---|---|
static DataSet.Strength |
DataSet.Strength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSet.Strength[] |
DataSet.Strength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Relation |
DataSet.addRelation(String name_p,
String[] fieldNameList_p,
DataSet.Strength strength_p)
adds a relation to the dataset.
|
| Constructor and Description |
|---|
Relation(String name_p,
String[] fieldNameList_p,
DataSet.Strength strength_p) |
Copyright © 2020. All rights reserved.