Event

sealed
trait Event

Output events generated from a Publisher during a simulation.

These are events taking place during the full simulation. They can be used for logging and result analysis.

Companion
object
class Object
trait Matchable
class Any
class EDone
class EError
class ESimAdd
class ESimEnd
class ESimStart
class EStart
class ETaskAdd
class ETaskDone

Value members

Concrete methods

override
def toString: String
Definition Classes
Any

Abstract fields

val source: String

A string representing the Publisher that generated the event.

A string representing the Publisher that generated the event.

val time: Long

The (virtual) timestamp of the event.

The (virtual) timestamp of the event.