Packages

object Trace

Factory for Interpreter.Traces.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Trace
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Event(loc: Location, timeStamp: TimeStamp, streamOpt: Option[Identifier], value: Any) extends Product with Serializable

    Representation of a single event in a trace.

    Representation of a single event in a trace.

    loc

    the location information of this event, used for error messages

    timeStamp

    the timestamp of the event

    streamOpt

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

    value

    the data value of the event

  2. type Identifier = core.Tessla.Identifier
  3. case class TimeStamp(loc: Location, time: Time) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Identifier: core.Tessla.Identifier.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fromCsvFile(file: File, abortAt: Option[Time] = None): Trace
  10. def fromCsvLineIterator(lineIterator: Iterator[String], fileName: String, abortAt: Option[Time] = None): Trace
  11. def fromCsvSource(traceSource: Source, fileName: String, abortAt: Option[Time] = None): Trace
  12. def fromCsvString(string: String, fileName: String, abortAt: Option[Time] = None): Trace
  13. def fromCtfFile(ctfFile: File, abortAt: Option[BigInt]): Trace
  14. def fromFile(file: File, abortAt: Option[Time] = None): Trace
  15. def fromLineIterator(lineIterator: Iterator[String], fileName: String, abortAt: Option[Time] = None): Trace
  16. def fromSource(traceSource: Source, fileName: String, abortAt: Option[Time] = None): Trace
  17. def fromString(string: String, fileName: String, abortAt: Option[Time] = None): Trace
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped