| Class | Description |
|---|---|
| AddClassMutation |
Mutation operator that add classes
|
| AddManagerClassMutation |
Mutation operator that add manager classes
|
| DesignPatternAndPLAMutation |
Mutation operator that uses the PLA mutation and Design pattern
|
| FeatureDrivenOperator |
Feature mutation operator
|
| FeatureDrivenOperatorForClass |
Feature-driven Operator for Class
|
| MoveAttributeMutation |
Mutation operator that move attributes
|
| MoveMethodMutation |
Mutation operator that move methods
|
| MoveOperationMutation |
Mutation operator that move operations
|
| Mutation |
This class represents the super class of all the mutations operators
|
| MutationFactory |
Factory class that call mutation operators
|
| MutationUtils |
Utils to handle to the mutations
|
| PLAMutationOperator |
PLA feature mutation operator that call another mutation operators included in FeatureMutationOperators enum
|