public static enum Properties.CrossoverFunction extends Enum<Properties.CrossoverFunction>
| Enum Constant and Description |
|---|
COVERAGE |
SINGLEPOINT |
SINGLEPOINTFIXED |
SINGLEPOINTRELATIVE |
| Modifier and Type | Method and Description |
|---|---|
static Properties.CrossoverFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.CrossoverFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.CrossoverFunction SINGLEPOINTRELATIVE
public static final Properties.CrossoverFunction SINGLEPOINTFIXED
public static final Properties.CrossoverFunction SINGLEPOINT
public static final Properties.CrossoverFunction COVERAGE
public static Properties.CrossoverFunction[] values()
for (Properties.CrossoverFunction c : Properties.CrossoverFunction.values()) System.out.println(c);
public static Properties.CrossoverFunction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010–2017 EvoSuite. All rights reserved.