streamreasoning / rsp4j

RSP4J a library for RDF Stream Processing
Apache License 2.0
32 stars 12 forks source link

Ticker should be brought outside the window operator #11

Open semlanghi opened 3 years ago

semlanghi commented 3 years ago

Currently, in the windowing operator, the tick is used after the report. According to SECRET semantics, tick should define when an operator acts on its input. Thus, the ticker must be brought out of the Windowing operator, and be used to regulate the operator's execution.