All Downloads are FREE. Search and download functionalities are using the official Maven repository.

weaponregex.model.mutation.Mutant.scala Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package weaponregex.model.mutation

import weaponregex.model.Location

/** A mutation made by the mutator.
  * @param pattern
  *   The replacement pattern
  * @param name
  *   Name of the mutation
  * @param location
  *   [[weaponregex.model.Location]] in the original string where the mutation occurred
  * @param levels
  *   The mutation levels of the mutator
  * @param description
  *   Description on the mutation
  */
case class Mutant(pattern: String, name: String, location: Location, levels: Seq[Int], description: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy