class ActorsAAM[Exp, Abs, Addr, Time, PID] extends AbstractMachine[Exp, Abs, Addr, Time]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorsAAM
- AbstractMachine
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ActorsAAM(M: MboxImpl[PID, Abs])(implicit arg0: Expression[Exp], arg1: IsASchemeLattice[Abs], arg2: Address[Addr], arg3: ActorTimestamp[Time], arg4: ThreadIdentifier[PID])
Type Members
-
trait
Output extends AnyRef
The output of the abstract machine
The output of the abstract machine
- Definition Classes
- AbstractMachine
- trait ActorEffect extends AnyRef
- case class ActorEffectBecome(p: PID, name: String) extends ActorEffect with Product with Serializable
- case class ActorEffectCreate(p: PID, name: String) extends ActorEffect with Product with Serializable
- case class ActorEffectSend(target: PID, name: String) extends ActorEffect with Product with Serializable
- case class ActorEffectSendSelf(target: PID, name: String) extends ActorEffect with Product with Serializable
- case class ActorEffectTerminate(p: PID) extends ActorEffect with Product with Serializable
- trait ActorInstance extends AnyRef
- case class ActorInstanceActor(actd: Exp, env: Environment[Addr]) extends ActorInstance with Product with Serializable
- case class ActorsAAMOutput(halted: Set[State], numberOfStates: Int, time: Double, graph: Option[G], timedOut: Boolean) extends Output with Product with Serializable
- type Annot = (PID, Option[ActorEffect])
- case class Context(control: Control, kont: KontAddr, inst: ActorInstance, mbox: T, t: Time) extends Product with Serializable
- trait Control extends AnyRef
- case class ControlError(err: SemanticError) extends Control with Product with Serializable
- case class ControlEval(e: Exp, env: Environment[Addr]) extends Control with Product with Serializable
- case class ControlKont(v: Abs) extends Control with Product with Serializable
- type G = Graph[State, Annot, Unit]
- trait KontAddr extends AnyRef
- case class NormalKontAddress(pid: PID, exp: Exp, time: Time) extends KontAddr with Product with Serializable
- case class Procs(content: CountingMap[PID, Context]) extends Product with Serializable
- case class State(procs: Procs, store: Store[Addr, Abs], kstore: KontStore[KontAddr]) 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
- def ->[B](y: B): (ActorsAAM[Exp, Abs, Addr, Time, PID], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val M: MboxImpl[PID, Abs]
- 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 ensuring(cond: (ActorsAAM[Exp, Abs, Addr, Time, PID]) ⇒ Boolean, msg: ⇒ Any): ActorsAAM[Exp, Abs, Addr, Time, PID]
- def ensuring(cond: (ActorsAAM[Exp, Abs, Addr, Time, PID]) ⇒ Boolean): ActorsAAM[Exp, Abs, Addr, Time, PID]
- def ensuring(cond: Boolean, msg: ⇒ Any): ActorsAAM[Exp, Abs, Addr, Time, PID]
- def ensuring(cond: Boolean): ActorsAAM[Exp, Abs, Addr, Time, PID]
-
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
- ActorsAAM → AbstractMachine
- def formatted(fmtstr: String): String
-
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
- ActorsAAM → AbstractMachine
-
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()
-
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( ... )
- def →[B](y: B): (ActorsAAM[Exp, Abs, Addr, Time, PID], B)
- object ActionHelpers extends ActorActionHelpers[Exp, Abs, Addr, Time, PID]
- object ActorInstanceMain extends ActorInstance with Product with Serializable
- object Context extends Serializable
- object ControlWait extends Control with Product with Serializable
- object G
- object HaltKontAddress extends KontAddr with Product with Serializable
- object KontAddr
- object Procs extends Serializable
- object State extends Serializable