Config

esmeta.phase.Fuzz.Config
case class Config(var log: Boolean, var logInterval: Int, var out: Option[String], var debug: Int, var timeLimit: Option[Int], var trial: Option[Int], var duration: Option[Int], var seed: Option[Int], var init: Option[String], var kFs: Int, var cp: Boolean)

phase configuration type

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