Packages

case class MachineConfig(lattice: Lattice.Value = Lattice.TypeSet, bound: Int = 100, address: Address.Value = Address.Classical, filename: String = "", stepFilterEnabled: Boolean = false, machine: Machine.Value = Machine.SeqAAMLS, process: Int = 1, timeout: FiniteDuration = FiniteDuration(1, "day"), statsEnabled: Boolean = false, outputGraphEnabled: Boolean = false) extends Product with Serializable

The complete configuration

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MachineConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MachineConfig(lattice: Lattice.Value = Lattice.TypeSet, bound: Int = 100, address: Address.Value = Address.Classical, filename: String = "", stepFilterEnabled: Boolean = false, machine: Machine.Value = Machine.SeqAAMLS, process: Int = 1, timeout: FiniteDuration = FiniteDuration(1, "day"), statsEnabled: Boolean = false, outputGraphEnabled: Boolean = false)

Value Members

  1. val address: Address.Value
  2. val bound: Int
  3. val filename: String
  4. val lattice: Lattice.Value
  5. val machine: Machine.Value
  6. val outputGraphEnabled: Boolean
  7. val process: Int
  8. val statsEnabled: Boolean
  9. val stepFilterEnabled: Boolean
  10. val timeout: FiniteDuration
  11. def toString(): String
    Definition Classes
    MachineConfig → AnyRef → Any