Trace
de.uni_luebeck.isp.tessla.interpreter.Trace$
object Trace
Factory for Interpreter.Traces.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Trace.type
Members list
Concise view
Type members
Classlikes
Representation of a single event in a trace.
Representation of a single event in a trace.
Attributes
- 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
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Types
Value members
Concrete methods
def fromCsvLineIterator(lineIterator: Iterator[String], fileName: String, abortAt: Option[BigInt]): Trace
def fromLineIterator(lineIterator: Iterator[String], fileName: String, abortAt: Option[BigInt]): Trace