From 0e384e27b6b5a9a82637538623cb1785b1975311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Keskis=C3=A4rkk=C3=A4?= Date: Fri, 15 Apr 2016 16:04:14 +0200 Subject: [PATCH] Added functional requirements based on issue #61 --- RSP_Requirements_Design_Document/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RSP_Requirements_Design_Document/index.html b/RSP_Requirements_Design_Document/index.html index 07cb419..ebfbc48 100644 --- a/RSP_Requirements_Design_Document/index.html +++ b/RSP_Requirements_Design_Document/index.html @@ -269,6 +269,8 @@

Functional Requirements

  • RSP queries should support the minimal set of features identified in this document.
  • The semantics of the RSP data and query model should allow generating predictable results, so that correctness of the RSP query process can be evaluated.
  • +
  • RSP queries should be able to access all annotations of the streaming graphs
  • +
  • RSP queries should be able to refer to the named graphs of streams/windows (e.g. for filtering/joining streams, see examples in issue #61).