sme minor changes
authoramiraj <amiraj.95@uci.edu>
Mon, 29 Jul 2019 23:27:43 +0000 (16:27 -0700)
committeramiraj <amiraj.95@uci.edu>
Mon, 29 Jul 2019 23:27:43 +0000 (16:27 -0700)
Extractor/App1/extractedObjectsApp1.groovy
Extractor/App2/extractedObjectsApp2.groovy
SameFeatureDifferentDevices
main.groovy

index e4ce692cd08e97cf0bdbcda4144aeb0a6e11be5e..79d75bb5e7364c8fd81af1f4f893d00152442f65 100644 (file)
@@ -3,9 +3,9 @@ def lock1
 //Object for class contactSensor!
 def contact
 //Global variable for number!
-def minutesLater = 48
+def minutesLater = 70
 //Global variable for number!
-def secondsLater = 55
+def secondsLater = 93
 //Global variable for contact!
 def recipients = "AJ"
 //Global variable for phone!
index 7444a102f381e66e51da2e8cb85292bc9c135c37..6f0f42ec51ede06c01f6dde19069c4d61f419262 100644 (file)
@@ -29,4 +29,4 @@ def phone = 9495379373
 //Global variable for enum!
 def days = "Monday"
 //Global variable for mode!
-def modes = "away"
+def modes = "night"
index 9734620f972a505396d7a2cfa06a1858c32443f4..c893487fdaf46199c0ece34c0353f44a0ed38086 100644 (file)
@@ -25,16 +25,6 @@ used in:
 'Switch level class' + 'Music player class'
 ///////////
 name of event:
-"on"
-used in:
-'Switch class' + 'Relay switch class'
-///////////
-name of event:
-"off"
-used in:
-'Switch class' + 'Relay switch class'
-///////////
-name of event:
 "temperature"
 used in:
 'Temperature measurement class' + 'Thermostat class'
index bccee1073bf6767a0f84aa2517194f40faf70dd6..a1474f1fcd60a238b457107787b61fcc76bf007f 100644 (file)
@@ -193,9 +193,9 @@ class App1 {
        //Object for class contactSensor!
        def contact
        //Global variable for number!
-       def minutesLater = 48
+       def minutesLater = 70
        //Global variable for number!
-       def secondsLater = 55
+       def secondsLater = 93
        //Global variable for contact!
        def recipients = "AJ"
        //Global variable for phone!
@@ -563,7 +563,7 @@ class App2 {
        //Global variable for enum!
        def days = "Monday"
        //Global variable for mode!
-       def modes = "away"
+       def modes = "night"
 
        //Extracted objects for functions for App2
        //Global Object for functions in subscribe method!