Packages

  • package root
    Definition Classes
    root
  • object MainAsScalaParAM

    Execute some abstract machines on some Scheme programs depending of some parameters.

    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.

    Definition Classes
    root
o

MainAsScalaParAM

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.

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

Type Members

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

  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. val default: ParamsConfig
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. 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).

  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def main(args: Array[String]): Unit

    Parse command line and run

  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. 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.

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

  19. val scalaAMVersion: String
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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