Package sofya.mutator.selectors

Interface Summary
IntSequenceIterator An iterator over a sequence of integers.
 

Class Summary
IDMutationSelector Mutation selector that selects by ID.
IDMutationSelector.ID Utility class to correlate mutants with selected variants.
MethodMutationSelector Mutation selector that selects by method name and signature.
MethodMutationSelector.TypeSignature Data class that records signature information about a selected method.
OperatorMutationSelector Mutation selector that selects by mutation operator.
RandomIDMutationSelector Mutation selector that randomly selects by ID.
RandomMethodMutationSelector Mutation selector that randomly selects by method name and signature.
RandomOperatorMutationSelector Mutation selector that randomly selects by mutation operator.