ESimAdd

case
class ESimAdd(source: String, time: Long, name: String, start: Long) extends Event

A simulation was added.

Value Params
name

The name of the simulation.

start

The timestamp when this simulation is scheduled to start.

trait Serializable
trait Product
trait Equals
trait Event
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def toString: String
Definition Classes
Event -> Any
Inherited from
Event