sofya.mutator
Interface Mutation.Variant

All Known Implementing Classes:
AFC.AFCVariant, AOP.AOPVariant, LCC.LCCVariant, ROP.ROPVariant
Enclosing interface:
Mutation

public static interface Mutation.Variant

A variant of a mutation representing one of a number of mutually exclusive substitutions that can be used to produce a mutant.

The simplest example of a mutation that yields variants is an an operator mutation, where multiple alternate operators can be substituted to produce a mutant.


Method Summary
 java.lang.String toString()
           
 

Method Detail

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object