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
Type members
Classlikes
Representation of a single event in a trace.
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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
Concrete fields
In this article