Trace

s2a.leucine.actors.MonitorAid$.Trace
See theTrace companion object
class Trace(val time: Long, val action: Action, val post: Post) extends Ordered[Trace]

Attributes

Companion:
object
Graph
Supertypes
trait Ordered[Trace]
trait Comparable[Trace]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def compare(that: Trace): Int
def show: String

Inherited methods

def <(that: Trace): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Trace): Boolean

Attributes

Inherited from:
Ordered
def >(that: Trace): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Trace): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: Trace): Int

Attributes

Inherited from:
Ordered

Concrete fields

var nr: Int
val post: Post
val time: Long