Packages

object Machine extends Enumeration

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

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Machine
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  2. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

Value Members

  1. val ParAAMCHybrid: Value
  2. val ParAAMCHybridH: Value
  3. val ParAAMCPart: Value
  4. val ParAAMCPartH: Value
  5. val ParAAMCSPart: Value
  6. val ParAAMCSSet: Value
  7. val ParAAMCSState: Value
  8. val ParAAMCSet: Value
  9. val ParAAMCSetH: Value
  10. val ParAAMCState: Value
  11. val ParAAMLSAPart: Value
  12. val ParAAMLSASet: Value
  13. val ParAAMLSAState: Value
  14. val SeqAAM: Value
  15. val SeqAAMLS: Value
  16. val SeqAAMLSH: Value
  17. val SeqAAMS: Value
  18. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  19. final def maxId: Int
    Definition Classes
    Enumeration
  20. val oldAAM: Value
  21. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  22. def values: ValueSet
    Definition Classes
    Enumeration
  23. final def withName(s: String): Value
    Definition Classes
    Enumeration