Packages

o

be.opimedia.scala_par_am

Configuration

object Configuration

Helpers to configure machine

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Configuration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val addressRead: Read[Configuration.Address.Value]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def automaticName(config: MachineConfig, timedOut: Boolean, directory: String, extension: String): String

    Build a name for dot file, with information known a this time.

  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. val dotOutputDirectory: String
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def getAddress(addressValue: Configuration.Address.Value): AddressWrapper

    Return the instance of the corresponding address.

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getLattice(latticeValue: Configuration.Lattice.Value, counting: Boolean, bound: Int): SchemeLattice

    Return the instance of the corresponding lattice.

  14. def getMachine(machineValue: Configuration.Machine.Value, lattice: SchemeLattice, address: AddressWrapper, time: TimestampWrapper): AbstractMachine[SchemeExp, L, A, T]

    Return the instance of the corresponding machine.

  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. implicit val latticeRead: Read[Configuration.Lattice.Value]
  18. def machineIsParallel(machineValue: Configuration.Machine.Value): Boolean

    Return true iff the machine is a parallel machine

  19. implicit val machineRead: Read[Configuration.Machine.Value]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. object Address extends Enumeration
  29. object Lattice extends Enumeration
  30. object Machine extends Enumeration

    List of all available (sequential and parallel) machines.

    List of all available (sequential and parallel) machines. See Main to have a brief description of all these machines.

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped