public enum MutationOperators extends java.lang.Enum<MutationOperators> implements IOperators
Enum Constant and Description |
---|
ADD_CLASS_MUTATION |
ADD_MANAGER_CLASS_MUTATION |
DESIGN_PATTERNS |
FEATURE_DRIVEN_OPERATOR |
FEATURE_DRIVEN_OPERATOR_FOR_CLASS |
MOVE_ATTRIBUTE_MUTATION |
MOVE_METHOD_MUTATION |
MOVE_OPERATION_MUTATION |
Modifier and Type | Method and Description |
---|---|
static MutationOperators |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MutationOperators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getOperator
public static final MutationOperators FEATURE_DRIVEN_OPERATOR
public static final MutationOperators MOVE_METHOD_MUTATION
public static final MutationOperators MOVE_ATTRIBUTE_MUTATION
public static final MutationOperators MOVE_OPERATION_MUTATION
public static final MutationOperators ADD_CLASS_MUTATION
public static final MutationOperators ADD_MANAGER_CLASS_MUTATION
public static final MutationOperators FEATURE_DRIVEN_OPERATOR_FOR_CLASS
public static final MutationOperators DESIGN_PATTERNS
public static MutationOperators[] values()
for (MutationOperators c : MutationOperators.values()) System.out.println(c);
public static MutationOperators valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null