class ConcurrentAAM[Exp, Abs, Addr, Time, TID] extends AbstractMachine[Exp, Abs, Addr, Time]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConcurrentAAM
- AbstractMachine
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConcurrentAAM(exploration: ExplorationType)(implicit arg0: Expression[Exp], arg1: JoinLattice[Abs], arg2: Address[Addr], arg3: Timestamp[Time], arg4: ThreadIdentifier[TID])
Type Members
-
trait
Output extends AnyRef
The output of the abstract machine
The output of the abstract machine
- Definition Classes
- AbstractMachine
- type Annot = (TID, Effects)
- case class ConcurrentAAMOutput(halted: Set[State], numberOfStates: Int, time: Double, graph: Option[G], timedOut: Boolean) extends Output with Product with Serializable
- case class Context(control: AAM.Control, kstore: KontStore[KontAddr], a: KontAddr, t: Time) extends Product with Serializable
- type Effects = Set[Effect[Addr]]
- type Exploration = (State, Set[State]) ⇒ Set[(TID, Effects, State)]
- type G = Graph[State, Annot, Unit]
- type KontAddr = AAM.KontAddr
- case class State(threads: ThreadMap, results: ThreadResults, store: Store[Addr, Abs]) extends Product with Serializable
- case class ThreadMap(content: Map[TID, Set[Context]]) extends Product with Serializable
- case class ThreadResults(content: Map[TID, Abs]) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val aam: AAM[Exp, Abs, Addr, Time]
- def abs: JoinLattice[Abs]
- def addr: Address[Addr]
- implicit val annot: GraphAnnotation[Annot, Unit]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def effectsToStr(effs: Effects): String
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
- ConcurrentAAM → AbstractMachine
- def exp: Expression[Exp]
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val graphNode: GraphNode[State, Unit]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name: String
The name of the abstract machine
The name of the abstract machine
- Definition Classes
- ConcurrentAAM → AbstractMachine
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noEffect: Effects
-
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 thread: ThreadIdentifier[TID]
- def time: Timestamp[Time]
-
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( ... )
-
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
- object CannotHandle extends Exception with Product with Serializable
- object State extends Serializable
- object ThreadMap extends Serializable