Packages

c

ConcurrentAAM

class ConcurrentAAM[Exp, Abs, Addr, Time, TID] extends AbstractMachine[Exp, Abs, Addr, Time]

Linear Supertypes
AbstractMachine[Exp, Abs, Addr, Time], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcurrentAAM
  2. AbstractMachine
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConcurrentAAM(exploration: ExplorationType)(implicit arg0: Expression[Exp], arg1: JoinLattice[Abs], arg2: Address[Addr], arg3: Timestamp[Time], arg4: ThreadIdentifier[TID])

Type Members

  1. trait Output extends AnyRef

    The output of the abstract machine

    The output of the abstract machine

    Definition Classes
    AbstractMachine
  2. type Annot = (TID, Effects)
  3. case class ConcurrentAAMOutput(halted: Set[State], numberOfStates: Int, time: Double, graph: Option[G], timedOut: Boolean) extends Output with Product with Serializable
  4. case class Context(control: AAM.Control, kstore: KontStore[KontAddr], a: KontAddr, t: Time) extends Product with Serializable
  5. type Effects = Set[Effect[Addr]]
  6. type Exploration = (State, Set[State]) ⇒ Set[(TID, Effects, State)]
  7. type G = Graph[State, Annot, Unit]
  8. type KontAddr = AAM.KontAddr
  9. case class State(threads: ThreadMap, results: ThreadResults, store: Store[Addr, Abs]) extends Product with Serializable
  10. case class ThreadMap(content: Map[TID, Set[Context]]) extends Product with Serializable
  11. case class ThreadResults(content: Map[TID, Abs]) 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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to any2stringadd[ConcurrentAAM[Exp, Abs, Addr, Time, TID]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ConcurrentAAM[Exp, Abs, Addr, Time, TID], B)
    Implicit
    This member is added by an implicit conversion from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to ArrowAssoc[ConcurrentAAM[Exp, Abs, Addr, Time, TID]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val aam: AAM[Exp, Abs, Addr, Time]
  7. def abs: JoinLattice[Abs]
  8. def addr: Address[Addr]
  9. implicit val annot: GraphAnnotation[Annot, Unit]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. def effectsToStr(effs: Effects): String
  13. def ensuring(cond: (ConcurrentAAM[Exp, Abs, Addr, Time, TID]) ⇒ Boolean, msg: ⇒ Any): ConcurrentAAM[Exp, Abs, Addr, Time, TID]
    Implicit
    This member is added by an implicit conversion from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to Ensuring[ConcurrentAAM[Exp, Abs, Addr, Time, TID]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ConcurrentAAM[Exp, Abs, Addr, Time, TID]) ⇒ Boolean): ConcurrentAAM[Exp, Abs, Addr, Time, TID]
    Implicit
    This member is added by an implicit conversion from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to Ensuring[ConcurrentAAM[Exp, Abs, Addr, Time, TID]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): ConcurrentAAM[Exp, Abs, Addr, Time, TID]
    Implicit
    This member is added by an implicit conversion from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to Ensuring[ConcurrentAAM[Exp, Abs, Addr, Time, TID]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ConcurrentAAM[Exp, Abs, Addr, Time, TID]
    Implicit
    This member is added by an implicit conversion from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to Ensuring[ConcurrentAAM[Exp, Abs, Addr, Time, TID]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def eval(exp: Exp, sem: Semantics[Exp, Abs, Addr, Time], graph: Boolean, timeout: Timeout): Output

    Evaluates a program, given a semantics.

    Evaluates a program, given a semantics. If @param graph is true, the state graph will be computed and stored in the output. Returns an object implementing the Output trait, containing information about the evaluation. @param timeout is the timeout in ns, when reached, the evaluation stops and the currently computed results are returned.

    Definition Classes
    ConcurrentAAMAbstractMachine
  20. def exp: Expression[Exp]
  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to StringFormat[ConcurrentAAM[Exp, Abs, Addr, Time, TID]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. implicit val graphNode: GraphNode[State, Unit]
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def name: String

    The name of the abstract machine

    The name of the abstract machine

    Definition Classes
    ConcurrentAAMAbstractMachine
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val noEffect: Effects
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def thread: ThreadIdentifier[TID]
  33. def time: Timestamp[Time]
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (ConcurrentAAM[Exp, Abs, Addr, Time, TID], B)
    Implicit
    This member is added by an implicit conversion from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to ArrowAssoc[ConcurrentAAM[Exp, Abs, Addr, Time, TID]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  39. object CannotHandle extends Exception with Product with Serializable
  40. object State extends Serializable
  41. object ThreadMap extends Serializable

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 AbstractMachine[Exp, Abs, Addr, Time]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to any2stringadd[ConcurrentAAM[Exp, Abs, Addr, Time, TID]]

Inherited by implicit conversion StringFormat from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to StringFormat[ConcurrentAAM[Exp, Abs, Addr, Time, TID]]

Inherited by implicit conversion Ensuring from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to Ensuring[ConcurrentAAM[Exp, Abs, Addr, Time, TID]]

Inherited by implicit conversion ArrowAssoc from ConcurrentAAM[Exp, Abs, Addr, Time, TID] to ArrowAssoc[ConcurrentAAM[Exp, Abs, Addr, Time, TID]]

Ungrouped