object Configuration
Helpers to configure machine
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Configuration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val addressRead: Read[Configuration.Address.Value]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
automaticName(config: MachineConfig, timedOut: Boolean, directory: String, extension: String): String
Build a name for dot file, with information known a this time.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- val dotOutputDirectory: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getAddress(addressValue: Configuration.Address.Value): AddressWrapper
Return the instance of the corresponding address.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getLattice(latticeValue: Configuration.Lattice.Value, counting: Boolean, bound: Int): SchemeLattice
Return the instance of the corresponding lattice.
-
def
getMachine(machineValue: Configuration.Machine.Value, lattice: SchemeLattice, address: AddressWrapper, time: TimestampWrapper): AbstractMachine[SchemeExp, L, A, T]
Return the instance of the corresponding machine.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val latticeRead: Read[Configuration.Lattice.Value]
-
def
machineIsParallel(machineValue: Configuration.Machine.Value): Boolean
Return true iff the machine is a parallel machine
- implicit val machineRead: Read[Configuration.Machine.Value]
-
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
- object Address extends Enumeration
- object Lattice extends Enumeration
-
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.