public class FirstOrderMutant extends AbstractMutant
This class is used to represent a first order mutated class.
It holds the path to the mutated file using mutantPath
AbstractMutant
,
HigherOrderMutant
Constructor and Description |
---|
FirstOrderMutant() |
Modifier and Type | Method and Description |
---|---|
static FirstOrderMutant |
build(java.lang.String mutantPath) |
java.lang.String |
getCode() |
int |
getOrder() |
addKilledBy, clearKilledBy, compareTo, getKilledBy, isLive, isNonCompiled, isSubtle, setKilledBy
public static FirstOrderMutant build(java.lang.String mutantPath)
public java.lang.String getCode()
getCode
in class AbstractMutant
AbstractMutant
as String
public int getOrder()
getOrder
in class AbstractMutant