| Package | Description |
|---|---|
| edu.uta.cse.fireeye.common |
| Modifier and Type | Method and Description |
|---|---|
TestGenProfile.ConstraintMode |
TestGenProfile.getConstraintMode()
Get the constraint handling strategy.
|
static TestGenProfile.ConstraintMode |
TestGenProfile.ConstraintMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestGenProfile.ConstraintMode[] |
TestGenProfile.ConstraintMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestGenProfile.setConstraintMode(TestGenProfile.ConstraintMode m)
Sets the mode of constraint handling
|