case class Config(machine: Machine.Value = Machine.Free, language: Language.Value = Language.Scheme, lattice: Lattice.Value = Lattice.TypeSet, concrete: Boolean = false, file: Option[String] = None, dotfile: Option[String] = None, jsonfile: Option[String] = None, address: Address.Value = Address.Classical, inspect: Boolean = false, counting: Boolean = false, bound: Int = 100, timeout: Option[Duration] = None, workers: Int = 1, mbox: Mbox.Value = Mbox.BoundedList, mboxBound: Int = 1) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- 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 Config(machine: Machine.Value = Machine.Free, language: Language.Value = Language.Scheme, lattice: Lattice.Value = Lattice.TypeSet, concrete: Boolean = false, file: Option[String] = None, dotfile: Option[String] = None, jsonfile: Option[String] = None, address: Address.Value = Address.Classical, inspect: Boolean = false, counting: Boolean = false, bound: Int = 100, timeout: Option[Duration] = None, workers: Int = 1, mbox: Mbox.Value = Mbox.BoundedList, mboxBound: Int = 1)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Config, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val address: Address.Value
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bound: Int
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- val concrete: Boolean
- val counting: Boolean
- val dotfile: Option[String]
- def ensuring(cond: (Config) ⇒ Boolean, msg: ⇒ Any): Config
- def ensuring(cond: (Config) ⇒ Boolean): Config
- def ensuring(cond: Boolean, msg: ⇒ Any): Config
- def ensuring(cond: Boolean): Config
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var file: Option[String]
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inspect: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jsonfile: Option[String]
- val language: Language.Value
- val lattice: Lattice.Value
- val machine: Machine.Value
- val mbox: Mbox.Value
- val mboxBound: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- var timeout: Option[Duration]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val workers: Int
- def →[B](y: B): (Config, B)