Settings

case class Settings(executor: Executor, sizeDist: SizeDist, sampleSize: SampleSize, genSize: GenSize, seed: Option[Long], debug: Boolean, debugMaxLen: Int)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def setDebugMaxLen(i: Int): Settings
def setGenSize(i: Int): Settings
def setSampleSize(i: Int): Settings
def setSeed(s: Long): Settings

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

lazy val sampleProgressFmt: String
lazy val sampleSizeLen: Int