Mutant

weaponregex.model.mutation.Mutant
case class Mutant(pattern: String, name: String, location: Location, levels: Seq[Int], description: String, replacement: String)

A mutation made by the mutator.

Value parameters

description

Description on the mutation

levels

The mutation levels of the mutator

location

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

name

Name of the mutation

pattern

The replacement pattern

replacement

The part of the pattern that has been changed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product