object MainAsScalaParAM
Execute some abstract machines on some Scheme programs depending of some parameters.
Run with --help command line parameter to show all options: $ java -cp scala-am.jar MainAsScalaParAM --help
This main program is used to interact with Scala-Par-AM https://bitbucket.org/OPiMedia/scala-par-am/ a parallel version of this Scala-AM.
- Alphabetic
- By Inheritance
- MainAsScalaParAM
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- 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
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- val default: ParamsConfig
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
foreachFile[U](config: ParamsConfig): Unit
For each file described in config, for each machine, lattice from config.machines and config.lattices, apply run(lattice, bound, address, file, machine, config.timeout, config.nbRepetition, config.printOldAAM).
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
main(args: Array[String]): Unit
Parse command line and run
-
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()
-
def
readExcepts(filename: String): Set[String]
Reads the file filename and returns set of files.
Reads the file filename and returns set of files.
The format of read filename is, for each line: [#] FILENAME [# COMMENT] Each line beginning by # is ignored.
If filename doesn't exist then return an empty set.
-
def
run(latticeValue: Config.Lattice.Value, bound: Int, addressValue: Config.Address.Value, file: Path, machineValue: Config.Machine.Value, timeout: Option[Duration], nbRepetition: Int, printOldAAM: Boolean = false): Unit
Run the machine on file with corresponding parameters.
- val scalaAMVersion: String
-
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( ... )