AkkaSimulationRef

case
class AkkaSimulationRef(simName: String, simulation: ActorRef) extends SimulationRef

Akka-based SimulationRef implementation.

Delegates all interaction to an actor via messaging.

Value Params
simName

The name of the simulation.

simulation

The ActorRef of the actor.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def completed(time: Long, tasks: Seq[TaskInstance]): Unit
Definition Classes
override
def name: String
Definition Classes
override
def run(): Unit
Definition Classes
override
def stop(): Unit
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product