de.uni_luebeck.isp.tessla.interpreter.StreamEngine
See theStreamEngine companion object
Evaluates a stream graph synchronously. In each evaluation cycle inputs are supplied with values. Then.input and delay nodes are triggered to initiate the propagation of values. Listeners can be registered to receive results at output streams.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Interpreter
Members list
Type members
Classlikes
Value members
Concrete methods
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
In this article