Event

de.uni_luebeck.isp.tessla.interpreter.Trace.Event
case class Event(loc: Location, timeStamp: TimeStamp, streamOpt: Option[Identifier], value: Any)

Representation of a single event in a trace.

Value parameters

loc

the location information of this event, used for error messages

streamOpt

the identifier of the stream this event is associated to. If not existing, the stream is considered to be a raw stream.

timeStamp

the timestamp of the event

value

the data value of the event

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product