[POLICY-11] remove redundant queries in drl 21/3921/1
authorJorge Hernandez <jh1730@att.com>
Fri, 5 May 2017 14:55:17 +0000 (09:55 -0500)
committerJorge Hernandez <jh1730@att.com>
Fri, 5 May 2017 14:55:17 +0000 (09:55 -0500)
Change-Id: I57d899ed497d664a54fef3039549cf231827f6c4
Signed-off-by: Jorge Hernandez <jh1730@att.com>
archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl

index 90a4f4b..f03d32b 100644 (file)
@@ -1122,24 +1122,6 @@ rule "${policyName}.MSO.RESPONSE"
 end
 
 
-query "eventsQuery"
-       events : VirtualControlLoopEvent()
-end
-
-query "paramsQuery"
-       param : Params()
-end
-
-query "onsetsQuery"
-       onsets : VirtualControlLoopEvent(closedLoopEventStatus == ControlLoopEventStatus.ONSET)
-end
-
-/*
-*
-* Queries
-*
-*/
-
 /*
 *
 * Queries
@@ -1175,4 +1157,4 @@ end
 
 query "${policyName}.QUERY.MSO.RESPONSE"
        msoResponse : MSOResponse()
-end
\ No newline at end of file
+end