Message

svsim.Simulation.Message
See theMessage companion trait
object Message

Attributes

Companion
trait
Source
Simulation.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Message.type

Members list

Type members

Classlikes

case object Ack extends Message

Attributes

Source
Simulation.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all
Self type
Ack.type
case class Bits(count: Int, value: BigInt) extends Message

Attributes

Source
Simulation.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all
case class Error(message: String) extends Throwable, Message

Attributes

Source
Simulation.scala
Supertypes
trait Product
trait Equals
trait Message
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class Log(message: String) extends Message

Attributes

Source
Simulation.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all
case object Ready extends Message

Attributes

Source
Simulation.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all
Self type
Ready.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala