case class ParamsConfig(root: String = "", exceptsFilename: String = "", lattices: Seq[Config.Lattice.Value] = List(Config.Lattice.TypeSet), bounds: Seq[Int] = List(100), addresses: Seq[Config.Address.Value] = List(Config.Address.Classical), filenamesPattern: String = "regex:.+\\.scm", machines: Seq[Config.Machine.Value] = List(Config.Machine.AAMNS), filenamePrepare: String = "", nbRepetition: Int = 1, timeout: Option[Duration] = Some(Duration(1, "day")), headerEnabled: Boolean = true, printOldAAM: Boolean = false) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParamsConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ParamsConfig(root: String = "", exceptsFilename: String = "", lattices: Seq[Config.Lattice.Value] = List(Config.Lattice.TypeSet), bounds: Seq[Int] = List(100), addresses: Seq[Config.Address.Value] = List(Config.Address.Classical), filenamesPattern: String = "regex:.+\\.scm", machines: Seq[Config.Machine.Value] = List(Config.Machine.AAMNS), filenamePrepare: String = "", nbRepetition: Int = 1, timeout: Option[Duration] = Some(Duration(1, "day")), headerEnabled: Boolean = true, printOldAAM: Boolean = false)
Value Members
- val addresses: Seq[Config.Address.Value]
- val bounds: Seq[Int]
- val exceptsFilename: String
- val filenamePrepare: String
- val filenamesPattern: String
- val headerEnabled: Boolean
- val lattices: Seq[Config.Lattice.Value]
- val machines: Seq[Config.Machine.Value]
- val nbRepetition: Int
- val printOldAAM: Boolean
- val root: String
- val timeout: Option[Duration]
-
def
toString(): String
- Definition Classes
- ParamsConfig → AnyRef → Any