Packages

package mutation

Type Members

  1. case class Mutant(pattern: String, name: String, location: Location, levels: Seq[Int], description: String) extends Product with Serializable

    A mutation made by the mutator.

    A mutation made by the mutator.

    pattern

    The replacement pattern

    name

    Name of the mutation

    location

    weaponregex.model.Location in the original string where the mutation occurred

    levels

    The mutation levels of the mutator

    description

    Description on the mutation

  2. trait TokenMutator extends AnyRef

Ungrouped