Package | Description |
---|---|
org.hu.hom.core.mutation | |
org.hu.hom.core.object |
Modifier and Type | Method and Description |
---|---|
static FirstOrderMutant |
MutationModel.getRandomMutant(HigherOrderMutant mutant)
Returns a random
FirstOrderMutant that can be applied to the provided
HigherOrderMutant |
Modifier and Type | Method and Description |
---|---|
static FirstOrderMutant |
FirstOrderMutant.build(java.lang.String mutantPath) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FirstOrderMutant> |
HigherOrderMutant.getFirstOrderMutants() |
Modifier and Type | Method and Description |
---|---|
void |
HigherOrderMutant.addFirstOrderMutant(FirstOrderMutant mutant) |
void |
HigherOrderMutant.removeFirstOrderMutant(FirstOrderMutant mutant) |
Modifier and Type | Method and Description |
---|---|
void |
HigherOrderMutant.setFirstOrderMutants(java.util.Collection<FirstOrderMutant> mutants) |