de.uni_luebeck.isp.tessla.interpreter.Interpreter
See theInterpreter companion object
class Interpreter(val spec: Specification) extends StreamEngine
An interpreter instance for a given specification.
Value parameters
- spec
-
the specification
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- StreamEngine
- Supertypes
Attributes
- Inherited from:
- StreamEngine
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- StreamEngine
- Supertypes
- Known subtypes
-
class Input
Value members
Inherited methods
Attributes
- Inherited from:
- StreamEngine
Attributes
- Inherited from:
- StreamEngine
Attributes
- Inherited from:
- StreamEngine
Attributes
- Inherited from:
- StreamEngine
Attributes
- Inherited from:
- StreamEngine
Attributes
- Inherited from:
- StreamEngine
Attributes
- Inherited from:
- StreamEngine
Propagates all inputs and progresses time.
Propagates all inputs without progressing time. Can only be called once per point in time. No more input values can be provided for the current time afterwards.
Propagates all inputs without progressing time. Can only be called once per point in time. No more input values can be provided for the current time afterwards.
Attributes
- Inherited from:
- StreamEngine
Concrete fields
In this article